-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.05 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
{
"name": "kuan-css",
"version": "3.0.0",
"description": "重置样式,常用css",
"main": "dist/index.css",
"scripts": {
"dev": "gulp watch",
"build": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kuan1/kuan-css.git"
},
"gitHooks": {
"commit-msg": "node verifyCommitMsg.js"
},
"keywords": [
"css"
],
"files": [
"less",
"dist",
"postcss.config.js"
],
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/kuan1/kuan-css/issues"
},
"homepage": "https://github.com/kuan1/kuan-css#readme",
"dependencies": {},
"devDependencies": {
"autoprefixer": "^9.7.3",
"chalk": "^3.0.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-less": "^4.0.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"less-loader": "^5.0.0",
"yorkie": "^2.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}