-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 919 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 919 Bytes
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
{
"name": "em-normalize",
"version": "1.0.1",
"description": "项目样式初始化",
"main": "dist/em-normalize.css",
"scripts": {
"start": "./node_modules/.bin/gulp build && ./node_modules/.bin/gulp default",
"build": "./node_modules/.bin/gulp build",
"clean": "./node_modules/.bin/gulp clean"
},
"repository": {
"type": "git",
"url": "git+https://github.com/em-fe/EM-NORMALIZE.git"
},
"keywords": [
"normalize"
],
"author": "李梦龙",
"license": "ISC",
"bugs": {
"url": "https://github.com/em-fe/EM-NORMALIZE/issues"
},
"homepage": "https://github.com/em-fe/EM-NORMALIZE#readme",
"devDependencies": {
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-postcss": "^7.0.0",
"gulp-sass": "^3.1.0",
"gulp-stylelint": "^4.0.0",
"postcss-salad": "^2.0.1",
"stylelint": "^8.0.0"
}
}