-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 980 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-gluons",
"version": "1.0.3",
"description": "Gluons' personal stylelint shareable config.",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gluons/stylelint-config-gluons.git"
},
"keywords": [
"stylelint",
"stylelint-config"
],
"author": "Saran Tanpituckpong <sarunta@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gluons/stylelint-config-gluons/issues"
},
"homepage": "https://github.com/gluons/stylelint-config-gluons",
"peerDependencies": {
"stylelint": ">=7.8.0",
"stylelint-processor-html": "^1.0.0"
},
"devDependencies": {
"eslint": "^4.18.2",
"eslint-config-gluons": "^2.0.1",
"stylelint": "^7.10.1",
"stylelint-processor-html": "^1.0.0"
},
"dependencies": {
"stylelint-config-standard": "^16.0.0"
}
}