-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.24 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
{
"name": "h5",
"version": "0.1.5",
"description": "糙、快、猛 h5 解决方案",
"main": "index.js",
"scripts": {
"js-debug": "cat ./libs/head.core.min.js ./libs/vue.js ./libs/vue-resource.min.js ./libs/director.min.js ./src/ready.js ./src/h5.js > ./dist/h5.debug.js",
"js-prod": "cat ./libs/head.core.min.js ./libs/vue.min.js ./libs/vue-resource.min.js ./libs/director.min.js ./src/ready.js ./src/h5.js | uglifyjs --screw-ie8 --stats --mangle --verbose --compress --output ./dist/h5.min.js"
},
"repository": {
"type": "git",
"url": "https://github.com/hbrls/h5.git"
},
"keywords": [
"html5",
"mobile"
],
"author": "hbrls",
"license": "MIT",
"bugs": {
"url": "https://github.com/hbrls/h5/issues"
},
"homepage": "https://github.com/hbrls/h5",
"dependencies": {
"director": "1.2.8",
"headjs": "1.0.3",
"loaders.css": "0.1.2",
"vue": "1.0.16",
"vue-resource": "0.1.13"
},
"devDependencies": {
"gulp": "3.9.1",
"gulp-add-src": "0.2.0",
"gulp-concat": "2.6.0",
"gulp-cssnano": "2.1.2",
"gulp-rename": "1.2.2",
"gulp-sass": "2.3.1",
"gulp-shell": "0.5.2",
"gulp-uglify": "1.5.3",
"pump": "1.0.1",
"uglify-js": "2.6.2",
"webpack": "1.13.0"
}
}