-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·41 lines (41 loc) · 1.08 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
{
"name": "@followwinter/em-ui",
"version": "2.0.5",
"description": " 为了学习移动UI而创建的项目,模仿`bootstrapt`和`WeUI`",
"main": "./dist/emui.min.css",
"directories": {
"doc": "doc",
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp watch",
"build": "gulp build",
"pub": "gulp build &&gulp bump && npm publish --access=public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/followWinter/em-ui.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/followWinter/em-ui/issues"
},
"homepage": "https://github.com/followWinter/em-ui#readme",
"devDependencies": {
"autoprefixer": "^6.7.7",
"browser-sync": "^2.9.11",
"cssnext": "^1.8.4",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-bump": "^2.5.1",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.2.4",
"gulp-postcss": "^6.3.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-watch": "4.3.5",
"precss": "^1.4.0"
}
}