-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
37 lines (37 loc) · 926 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
32
33
34
35
36
37
{
"name": "stylelint-config-styled-components",
"version": "0.1.1",
"description": "A shareable stylelint config for stylelint-processor-styled-components",
"main": "index.js",
"greenkeeper": {
"ignore": [
"stylelint-config-standard"
]
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/styled-components/stylelint-config-styled-components.git"
},
"bugs": {
"url": "https://github.com/styled-components/stylelint-config-styled-components/issues"
},
"homepage": "https://github.com/styled-components/stylelint-config-styled-components#readme",
"keywords": [
"stylelint",
"stylelint-config",
"styled-components"
],
"files": [
"index.js"
],
"author": "ismay",
"license": "MIT",
"devDependencies": {
"jest": "^20.0.4",
"stylelint": "^10.0.0",
"stylelint-config-standard": "17.0.0"
}
}