-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.41 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
{
"name": "h5.wechat",
"version": "1.0.0",
"author": "chencong",
"description": "h5.wechat webapp",
"devDependencies": {
"babel-core": "^6.16.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.16.0",
"babel-runtime": "^6.11.6",
"css-loader": "^0.25.0",
"foundation-sites": "^6.2.3",
"gulp": "^3.8.10",
"gulp-batch": "^1.0.5",
"gulp-cache": "^0.4.5",
"gulp-clean": "^0.3.2",
"gulp-concat": "2.6.0",
"gulp-connect": "2.2.0",
"gulp-css-base64": "^1.3.4",
"gulp-css-spriter": "^0.3.3",
"gulp-cssmin": "0.1.7",
"gulp-file-include": "0.13.7",
"gulp-imagemin": "^3.0.3",
"gulp-md5-plus": "0.1.8",
"gulp-open": "^1.0.0",
"gulp-ruby-sass": "^2.1.0",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^1.4.2",
"gulp-util": "^2.2.20",
"gulp-watch": "^4.1.0",
"mixins-sass": "^1.0.3",
"phantomjs-prebuilt": "^2.1.6",
"sass-loader": "^4.0.2",
"vue": "^1.0.28",
"vue-hot-reload-api": "^2.0.6",
"vue-html-loader": "^1.2.3",
"vue-loader": "^8.5.4",
"vue-resource": "^1.0.3",
"vue-router": "^0.7.13",
"vue-style-loader": "^1.0.0",
"webpack": "^1.13.2"
},
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/momtboy.git"
},
"license": "ISC"
}