-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.16 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.16 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
{
"name": "movie-project",
"version": "1.0.0",
"description": "电影",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node实战"
],
"author": "mumu",
"license": "MIT",
"dependencies": {
"async": "~0.2.10",
"bcrypt": "^0.8.5",
"body-parser": "^1.14.1",
"bower": "^1.5.3",
"connect-mongo": "^1.1.0",
"connect-multiparty": "^2.0.0",
"cookie-parser": "^1.4.1",
"crypto": "~0.0.3",
"express": "^4.13.3",
"express-session": "^1.13.0",
"grunt-concurrent": "~0.4.3",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "~0.11.4",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-mocha-test": "^0.11.0",
"grunt-nodemon": "~0.1.2",
"jade": "^1.11.0",
"latest": "~0.1.2",
"load-grunt-tasks": "^3.5.0",
"lodash": "^4.13.1",
"memcached": "^2.2.2",
"moment": "^2.10.6",
"mongoose": "^4.2.2",
"morgan": "^1.6.1",
"serve-favicon": "^2.3.0",
"serve-static": "^1.10.2",
"underscore": "^1.8.3"
}
}