-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
38 lines (38 loc) · 913 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
{
"name": "suitcss-utils-offset",
"version": "1.0.0",
"description": "Offset utilities for SUIT CSS",
"keywords": [
"browser",
"css-utilities",
"offset",
"suitcss",
"style"
],
"homepage": "https://github.com/suitcss/utils-offset#readme",
"bugs": "https://github.com/suitcss/utils-offset/labels/bug",
"license": "MIT",
"author": "Nicolas Gallagher",
"files": [
"index.css",
"index.js"
],
"style": "index.css",
"repository": {
"type": "git",
"url": "git://github.com/suitcss/utils-offset.git"
},
"scripts": {
"build": "npm run setup && npm run preprocess",
"preprocess": "suitcss index.css build/build.css",
"setup": "npm install"
},
"dependencies": {
"suitcss-utils-after": "^1.0.0",
"suitcss-utils-before": "^1.0.0"
},
"devDependencies": {
"suitcss-components-test": "*",
"suitcss-preprocessor": "^1.0.0"
}
}