-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 879 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 879 Bytes
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
{
"name": "node-press",
"version": "0.2.0",
"repository": "https://github.com/Oza94/node-press.git",
"description": "A minimalist content management system running on node.js.",
"dependencies": {
"body-parser": "^1.10.1",
"connect-flash": "^0.1.1",
"connect-mongo": "^0.6.0",
"cookie-parser": "^1.3.3",
"express": "^4.11.0",
"express-session": "^1.10.1",
"jade": "^1.9.0",
"marked": "^0.3.2",
"merge": "^1.2.0",
"moment": "^2.9.0",
"mongoose": "^3.8.21",
"mongoose-timestamp": "^0.3.0",
"nconf": "^0.7.1",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"sanitize-html": "^1.5.1",
"slugg": "^0.1.2",
"winston": "^0.8.3"
},
"devDependencies": {
"gulp": "^3.8.10",
"gulp-bump": "^0.1.11",
"gulp-jshint": "^1.9.0",
"gulp-nodemon": "^1.0.5",
"jshint-stylish": "^1.0.0"
}
}