-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
42 lines (42 loc) · 1.16 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
{
"name": "suitcss-utils-after",
"version": "1.0.1",
"description": "Trailing offset utilities for SUIT CSS",
"keywords": [
"browser",
"css-utilities",
"offset",
"style",
"suitcss"
],
"homepage": "https://github.com/suitcss/utils-after#readme",
"bugs": "https://github.com/suitcss/utils-after/labels/bug",
"license": "MIT",
"author": "Nicolas Gallagher",
"files": [
"index.css",
"index.js",
"lib"
],
"style": "index.css",
"repository": {
"type": "git",
"url": "git://github.com/suitcss/utils-after.git"
},
"scripts": {
"build": "npm run setup && npm run preprocess",
"build-test": "npm run setup && npm run preprocess-test",
"lint": "suitcss -c test/config.json index.css build/lint.css && rm build/lint.css",
"preprocess": "suitcss index.css build/build.css",
"preprocess-test": "suitcss test/test.css build/test.css",
"setup": "npm install",
"watch": "npm run preprocess-test -- -w -v",
"test": "npm run lint"
},
"devDependencies": {
"stylelint": "^5.4.0",
"stylelint-config-suitcss": "^5.0.0",
"suitcss-components-test": "*",
"suitcss-preprocessor": "^2.0.0"
}
}