-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
39 lines (39 loc) · 1.04 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
{
"name": "suitcss-components-arrange",
"description": "SUIT CSS component for horizontal arrangement",
"version": "1.1.1",
"style": "index.css",
"files": [
"index.css",
"index.js",
"lib"
],
"devDependencies": {
"suitcss-components-test": "*",
"suitcss-preprocessor": "^4.0.0",
"suitcss-utils-display": "^1.0.2",
"suitcss-utils-size": "^1.0.2",
"suitcss-utils-text": "^1.0.0"
},
"scripts": {
"build": "npm run setup && npm run preprocess",
"build-test": "npm run setup && npm run preprocess-test",
"lint": "suitcss -e index.css build/lint.css && rm build/lint.css",
"preprocess": "suitcss index.css build/build.css",
"preprocess-test": "suitcss -i test test/test.css build/test.css",
"setup": "npm install",
"watch": "npm run preprocess-test -- -w -v",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git://github.com/suitcss/components-arrange.git"
},
"keywords": [
"browser",
"css-components",
"arrange",
"suitcss",
"style"
]
}