-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 977 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": "@mdanka/glass-ui",
"version": "0.3.4",
"description": "Glass theme ui styling",
"license": "Apache-2.0",
"scripts": {
"build": "yarn run build-prepare && cp src/variables.scss lib/scss/ && sass src/index.scss lib/css/index.css",
"build-prepare": "yarn run clean && mkdir -p lib/css && mkdir -p lib/scss",
"build-watch": "yarn run build-prepare && cp src/variables.scss lib/scss/ && sass --watch src/index.scss lib/css/index.css",
"clean": "rimraf ./lib",
"prepare": "yarn run build"
},
"repository": {
"type": "git",
"url": "https://github.com/mdanka/glass-ui.git"
},
"keywords": [
"style",
"theme",
"glass",
"ui"
],
"author": "Miklos Danka",
"bugs": {
"url": "https://github.com/mdanka/glass-ui/issues"
},
"devDependencies": {
"rimraf": "^2.5.4",
"sass": "^1.14.1"
},
"dependencies": {}
}