forked from xz/new.css
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
32 lines (32 loc) · 848 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
{
"name": "bamboo.css",
"version": "1.4.0",
"description": "A classless CSS library",
"main": "dist/bamboo.min.css",
"repository": {
"type": "git",
"url": "git+https://github.com/rilwis/bamboo.git"
},
"keywords": [
"css",
"html",
"sanitize",
"normalize",
"style"
],
"author": "Anh Tran <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rilwis/bamboo/issues"
},
"homepage": "https://github.com/rilwis/bamboo",
"scripts": {
"main": "sass --no-source-map --style compressed src/main.scss dist/bamboo.min.css",
"dark": "sass --no-source-map --style compressed src/dark.scss dist/dark.min.css",
"light": "sass --no-source-map --style compressed src/light.scss dist/light.min.css",
"start": "npm run main && npm run dark && npm run light"
},
"devDependencies": {
"sass": "^1.72.0"
}
}