forked from zhoutony/html5
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.86 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.86 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
{
"name": "Gondor",
"version": "0.0.1",
"description": "wechat movie node.js base",
"main": "app.js",
"scripts": {
"start": "webpack -w",
"pretest": "kill $(cat server.pid);node server.js &",
"test": "mocha --recursive -R xunit test/ > test-reports.xml;kill $(cat server.pid);"
},
"browser": {
"zepto": "./static/script/lib/zepto-1.1.6.js"
},
"browserify-shim": {
"zepto": "$"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"repository": "git@code.wepiao.com:root/gondor.git",
"author": "Qu Yizhi <quyizhi@wepiao.com>",
"license": "Commercial",
"dependencies": {
"bluebird": "^2.8.2",
"body-parser": "^1.12.2",
"compression": "^1.4.3",
"connect-logger": "0.0.1",
"cookie-parser": "^1.3.4",
"express": "^4.11.0",
"jade": "^1.9.0",
"log4js": "^0.6.22",
"lru-cache": "^2.5.2",
"method-override": "^2.3.1",
"moment": "^2.12.0",
"node-uuid": "^1.4.3",
"pid-file": "^0.3.3",
"promise": "^7.1.1",
"request": "^2.51.0",
"underscore": "^1.7.0",
"urlencode": "^1.0.0",
"vue": "^1.0.18"
},
"devDependencies": {
"browserify": "^8.1.0",
"browserify-shim": "^3.8.2",
"git-rev": "^0.2.1",
"gulp": "^3.8.11",
"gulp-browserify": "^0.5.1",
"gulp-jshint": "^1.9.0",
"gulp-less": "^2.0.1",
"gulp-less-sourcemap": "^1.3.3",
"gulp-minify-css": "^0.3.12",
"gulp-nodemon": "^1.0.5",
"gulp-ruby-sass": "^1.0.1",
"gulp-sourcemaps": "^1.3.0",
"gulp-symlink": "^2.1.0",
"gulp-uglify": "^1.0.2",
"gulp-webpack": "^1.3.0",
"gulp-webpack-build": "^0.6.0",
"jshint-stylish": "^1.0.0",
"map-stream": "0.0.5",
"mocha": "^2.2.1",
"nock": "^1.2.0",
"node-markdown": "^0.1.1",
"require-dir": "^0.1.0",
"vinyl-source-stream": "^1.0.0",
"vinyl-transform": "^1.0.0",
"webpack": "^1.7.3"
}
}