-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 918 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 918 Bytes
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": "kiso.css",
"version": "1.2.4",
"description": "This is a reset CSS that provides a 'foundation' with domestic products in mind.",
"main": "kiso.css",
"style": "kiso.css",
"files": [
"kiso.css",
"kiso.min.css",
"LICENSE",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/tak-dcxi/kiso.css.git"
},
"keywords": [
"css",
"reset-css",
"kiso",
"kiso-css"
],
"author": "Takahiro Arai",
"license": "MIT",
"bugs": {
"url": "https://github.com/tak-dcxi/kiso.css/issues"
},
"homepage": "https://github.com/tak-dcxi/kiso.css#readme",
"devDependencies": {
"stylelint": "^16.20.0",
"stylelint-config-standard": "^38.0.0",
"stylelint-order": "^7.0.0",
"stylelint-plugin-display-multi-keyword-syntax": "^0.1.1",
"stylelint-plugin-logical-css": "^1.2.4",
"taks-stylelint-order": "^1.1.5"
}
}