forked from suitcss/suit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 745 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 745 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
{
"name": "suitcss",
"version": "0.6.0",
"description": "CSS base styles, utilities, and structural components for web apps",
"style": "index.css",
"files": [
"index.css"
],
"dependencies": {
"suitcss-base": "~0.7.0",
"suitcss-utils": "~0.10.0",
"suitcss-components": "~0.3.0"
},
"devDependencies": {
"suitcss-preprocessor": "~0.4.0"
},
"scripts": {
"build": "npm run setup && npm run preprocess",
"preprocess": "suitcss index.css build/build.css",
"setup": "npm install && mkdir -p build"
},
"repository": {
"type": "git",
"url": "git://github.com/suitcss/suit.git"
},
"keywords": [
"browser",
"css-components",
"css-utilities",
"suitcss",
"style"
]
}