-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 880 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 880 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
{
"name": "one-love-patternlab",
"version": "0.0.1",
"description": "Markup source for One Love project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile:sass": "node-sass css/style.scss > css/style.css --include-path=node_modules"
},
"repository": {
"type": "git",
"url": "git+https://github.com/one-love/patternlab-src.git"
},
"author": "One Love OneLove Style Markup Patternlab",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/one-love/patternlab-src/issues"
},
"homepage": "https://github.com/one-love/patternlab-src#readme",
"devDependencies": {
"inuit-box-sizing": "^0.2.0",
"inuit-defaults": "^0.2.3",
"inuit-functions": "^0.2.0",
"inuit-mixins": "^0.2.3",
"inuit-normalize": "^3.0.3",
"inuit-page": "^0.2.1",
"node-sass": "^3.2.0"
}
}