forked from MuYunyun/yunban
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 1.83 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 1.83 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "wechat-movie",
"version": "1.0.0",
"description": "wechat-movie",
"main": "app.js",
"dependencies": {
"bcrypt": "^0.8.7",
"bluebird": "^3.4.6",
"co": "^4.6.0",
"crypto": "^0.0.3",
"deepmerge": "^1.0.2",
"ejs": "^2.5.2",
"express": "^4.14.0",
"g": "^2.0.1",
"heredoc": "^1.3.1",
"jade": "^1.11.0",
"koa": "^1.2.4",
"koa-body": "^1.5.0",
"koa-bodyparser": "^2.2.0",
"koa-request": "^1.0.0",
"koa-router": "^5.4.0",
"koa-session": "^3.3.1",
"koa-views": "^4.0.0",
"lodash": "^4.16.1",
"moment": "^2.15.1",
"mongoose": "^4.6.1",
"pump": "^1.0.1",
"raw-body": "^2.1.7",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"request": "^2.74.0",
"sha1": "^1.1.1",
"xml2js": "^0.4.17",
"xss": "^0.2.13"
},
"devDependencies": {
"babel-core": "^6.7.0",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.5.0",
"ccap": "^0.6.10",
"co": "^4.6.0",
"css-loader": "^0.25.0",
"del": "^2.2.2",
"file-loader": "^0.9.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-cache": "^0.4.3",
"gulp-imagemin": "^2.4.0",
"gulp-jshint": "^2.0.0",
"gulp-load-plugins": "^1.2.0",
"gulp-minify-css": "^1.2.4",
"gulp-mocha": "^3.0.1",
"gulp-nodemon": "^2.0.6",
"gulp-rename": "^1.2.2",
"gulp-ruby-sass": "^2.1.0",
"gulp-uglify": "^1.5.3",
"gulp-watch": "^4.3.5",
"jshint": "^2.9.3",
"json-loader": "^0.5.4",
"koa-static": "^2.0.0",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.12.14"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"wechat-movie"
],
"author": "牧云云",
"license": "ISC"
}