-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 981 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 981 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
34
35
36
37
38
39
40
41
{
"name": "myapp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "app.js"
},
"dependencies": {
"express": "~3.3.4",
"jade": "~0.34.0",
"mongoose": "~3.8.x"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-develop": "~0.2.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-compass": "~0.6.0",
"request": "~2.27.0",
"time-grunt": "~0.1.1",
"load-grunt-tasks": "~0.2.0",
"passport": "~0.2.0",
"passport-local": "~1.0.0",
"bcrypt": "~0.7.8",
"body-parser": "~1.4.3",
"connect-redis": "~2.0.0",
"redis": "~0.10.3",
"ejs": "~1.0.0",
"winston": "~0.7.3",
"yeoman-generator": "~0.17.1",
"generator-karma": "~0.8.2",
"grunt-cli": "~0.1.13",
"bower": "~1.3.6",
"yo": "~1.1.2",
"generator-angular": "~0.9.2",
"winston-mongodb": "~0.4.5",
"mongoose-schema-extend": "~0.1.7",
"moment": "~2.7.0",
"underscore": "~1.6.0",
"when": "~3.3.1"
}
}