-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 902 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
{
"name": "postcss-remove-style",
"version": "0.0.1",
"description": "一个删除指定css属性的插件",
"main": "index.js",
"dependencies": {
"postcss": "^7.0.4"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-postcss": "^8.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xieqingtian/postcss-remove-style.git"
},
"author": {
"name": "xieqingtian",
"email": "[email protected]"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/xieqingtian/postcss-remove-style/issues"
},
"homepage": "https://github.com/xieqingtian/postcss-remove-style#readme",
"keywords": ["remove", "postcss", "style", "rule", "postcss-remove-style"],
"files": ["index.js"]
}