-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.44 KB
/
package.json
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": "imooc",
"version": "1.0.0",
"description": "imooc movie",
"main": "app.js",
"dependencies": {
"async": "^2.6.2",
"bcrypt": "^3.0.4",
"body-parser": "^1.18.3",
"connect-livereload": "^0.6.1",
"connect-mongo": "^2.0.3",
"connect-multiparty": "^2.2.0",
"cookie-parser": "^1.4.4",
"crypto": "^1.0.1",
"express": "^4.16.4",
"express-session": "^1.15.6",
"fdfs": "^1.0.4",
"grunt": "^1.0.3",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-connect": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jade": "^1.0.0",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-nodemon": "^0.5.4",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-mocha-test": "^0.13.3",
"grunt-nodemon": "^0.4.2",
"iconv-lite": "^0.4.24",
"jade": "^1.11.0",
"jshint-stylish": "^2.2.1",
"load-grunt-tasks": "^4.0.0",
"memcached": "^2.2.2",
"mocha": "^6.0.0",
"moment": "^2.24.0",
"mongoose": "^5.4.14",
"morgan": "^1.9.1",
"redis": "^2.8.0",
"serve-static": "^1.13.2",
"should": "^13.2.3",
"time-grunt": "^2.0.0",
"uglify-js": "^3.4.9",
"underscore": "^1.9.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"imooc"
],
"author": "",
"license": "ISC"
}