-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.1 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
{
"name": "stylelint-config-camo",
"description": "stylelint shareable config by Camo.",
"license": "MIT",
"author": "Jason Nam <contact@jasonnam.com> (https://jasonnam.com)",
"homepage": "https://github.com/usecamo/stylelint-config-camo",
"repository": {
"type": "git",
"url": "https://github.com/usecamo/stylelint-config-camo"
},
"bugs": {
"url": "https://github.com/usecamo/stylelint-config-camo/issues"
},
"version": "0.1.2",
"main": "css/index.js",
"files": [
"scss/index.js"
],
"scripts": {
"test": "jest"
},
"peerDependencies": {
"stylelint": "^9.10.1",
"stylelint-config-standard": "^18.2.0",
"stylelint-order": "^2.0.0",
"stylelint-scss": "^3.5.4"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"babel-preset-usecamo": "^0.1.4",
"jest": "^24.3.1",
"stylelint": "^9.10.1",
"stylelint-config-standard": "^18.2.0",
"stylelint-order": "^2.0.0",
"stylelint-scss": "^3.5.4"
},
"keywords": [
"camo",
"config",
"lint",
"stylelint",
"stylelint-config"
],
"engines": {
"node": ">=6"
}
}