-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 963 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
{
"name": "sircus-elements",
"description": "Module for Base Elements.",
"version": "0.2.0",
"homepage": "http://sircus.github.io",
"keywords": [
"css",
"design",
"modular",
"scalable",
"rwd"
],
"author": {
"name": "blivesta",
"url": "http://blivesta.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sircus/elements.git"
},
"scripts": {
"build:body": "css2scss ./lib/body.css ./scss/_body.scss",
"build:heading": "css2scss ./lib/heading.css ./scss/_heading.scss",
"build:image": "css2scss ./lib/image.css ./scss/_image.scss",
"build:link": "css2scss ./lib/link.css ./scss/_link.scss",
"build:space": "css2scss ./lib/space.css ./scss/_space.scss",
"build": "npm run build:body && npm run build:heading && npm run build:image && npm run build:link && npm run build:space"
},
"devDependencies": {
"sircus-process-css2scss": "^0.2.0"
}
}