-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.32 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "tslearning",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"description": "TSLearning",
"author": {
"name": "THK",
"email": "[email protected]"
},
"dependencies": {
"body-parser": "~1.8.1",
"cookie-parser": "~1.3.3",
"debug": "~2.0.0",
"errorhandler": "^1.4.3",
"express": "~4.9.0",
"jquery": "^2.2.3",
"monk": "^1.0.1",
"morgan": "~1.3.0",
"serve-favicon": "~2.1.3",
"stylus": "0.42.3"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.8.0",
"browser-sync": "^2.12.5",
"browserify": "^13.0.1",
"chai": "^3.5.0",
"del": "^2.2.0",
"fs": "^0.0.2",
"gulp": "^3.9.1",
"gulp-istanbul": "^0.10.4",
"gulp-mocha": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-tslint": "^5.0.0",
"gulp-tslint-stylish": "^1.1.1",
"gulp-typescript": "^2.13.1",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"merge2": "^1.0.2",
"mongodb": "^2.1.18",
"pug": "^2.0.0-alpha6",
"run-sequence": "^1.1.5",
"tslint": "^3.9.0",
"tslint-microsoft-contrib": "^2.0.4",
"typescript": "^1.8.10",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"peerDependencies": {
"mongoskin": "1.3.20"
}
}