-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
41 lines (41 loc) · 1.1 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": "moral-education-mobile",
"version": "1.0.0",
"description": "",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "gulp",
"build": "gulp pack && node build/node2build.js"
},
"repository": {
"type": "git",
"url": "git@herui:moral-education-mobile.git"
},
"keywords": [
"mobile",
"moral-education"
],
"author": "comsys",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^6.6.0",
"cssnano": "^3.9.1",
"express": "^4.16.4",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-empty": "^0.1.1",
"gulp-postcss": "^6.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.0.0",
"gulp-sourcemaps": "^1.9.1",
"gulp-uglify": "^2.0.0",
"postcss-bem": "^0.4.1",
"postcss-clearfix": "^1.0.0",
"postcss-nested": "^1.0.0",
"postcss-position": "^0.5.0",
"postcss-size": "^1.1.1",
"requirejs": "^2.2.0"
}
}