-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 877 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
38
39
40
41
{
"name": "@starlab/stylelint-config",
"version": "1.0.5",
"description": "StarLab StyleLint configuration",
"main": "index.js",
"files": [
"rules.json"
],
"scripts": {
"test": "echo \"no tests yet\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/kryshac/stylelint-config.git"
},
"keywords": [
"starlab",
"frontend",
"style",
"angular",
"stylelint",
"config",
"rules"
],
"author": "Kryshac",
"license": "MIT",
"bugs": {
"url": "https://github.com/kryshac/stylelint-config/issues"
},
"homepage": "https://github.com/kryshac/stylelint-config#readme",
"peerDependencies": {
"stylelint": "^10.0.0"
},
"dependencies": {
"stylelint-config-recess-order": "^2.0.1",
"stylelint-config-standard": "^18.3.0"
},
"devDependencies": {
"stylelint": "^10.0.0"
}
}