-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 939 Bytes
/
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
{
"name": "microflow",
"version": "1.0.0",
"description": "",
"repository": "",
"dependencies": {
"fastclick": "^1.0.6",
"q": "~1.2.0",
"react": "~0.12.2",
"react-tappable": "~0.3.3",
"reflux": "~0.2.5",
"underscore": "~1.8.2",
"zepto": "0.0.4"
},
"devDependencies": {
"browser-sync": "~1.9.1",
"css-loader": "~0.6.12",
"del": "^1.2.0",
"gulp": "~3.9.0",
"gulp-concat": "~2.4.3",
"gulp-cssimport": "~1.3.1",
"gulp-cssmin": "~0.1.6",
"gulp-sourcemaps": "^1.5.1",
"gulp-stylus": "~2.0.0",
"gulp-uglify": "~1.1.0",
"gulp-watch": "~4.1.0",
"gulp-webpack": "~1.1.2",
"jsx-loader": "~0.12.2",
"nib": "~1.1.0",
"style-loader": "~0.6.5",
"url-loader": "~0.5.5",
"webpack": "~1.5.3"
},
"scripts": {
"build": "gulp clear && gulp pack_publish && gulp min-app && gulp appcss"
},
"author": "jiasong.js",
"license": "Apache 2"
}