-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.08 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.08 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
{
"name": "blog",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"jade": "~1.11.0",
"morgan": "~1.6.1",
"serve-favicon": "~2.3.0",
"mongodb": "2.1.16",
"express-session": "1.13.0",
"connect-mongo": "1.1.0",
"stylus": "0.54.2",
"grunt": "1.0.1",
"ejs": "~0.8.4",
"request": "~2.40.0",
"ssh2": "^0.3.5",
"compression": "^1.0.11",
"serve-static": "^1.6.5"
},
"devDependencies": {
"gulp": "^3.8.7",
"gulp-requirejs": "^0.1.3",
"gulp-jshint": "^1.8.4",
"gulp-uglify": "^1.1.0",
"gulp-less": "^1.3.5",
"bower-requirejs": "^1.1.0",
"gulp-inject": "git://github.com/benweet/gulp-inject.git#8bd702d143a578e3b44290d82612ab808ee17281",
"run-sequence": "^0.3.6",
"gulp-clean": "^0.3.1",
"gulp-replace": "^0.4.0",
"gulp-bump": "^0.1.11",
"gulp-util": "^3.0.1",
"knox": "^0.9.1",
"mime": "^1.2.11",
"event-stream": "^3.1.7"
}
}