forked from rodmax/stylelint-known-property
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 786 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
{
"name": "stylelint-known-property",
"description": "Stylelint plugin to check if the css properties are valid",
"version": "0.0.5",
"repository": "betit/stylelint-known-property",
"keywords": [
"stylelint",
"stylelint-plugin",
"css",
"lint"
],
"author": "Viorel Cojocaru <vio@mavrix.es>",
"license": "MIT",
"bugs": {
"url": "https://github.com/betit/stylelint-known-property/issues"
},
"homepage": "https://github.com/betit/stylelint-known-property#readme",
"main": "src/index.js",
"scripts": {
"bump": "npm test && npm version patch && git push && git push --tags && npm publish",
"test": "node test"
},
"peerDependencies": {
"stylelint": ">=4.2.0"
},
"devDependencies": {
"stylelint-rule-tester": "^0.3.0"
}
}