-
Notifications
You must be signed in to change notification settings - Fork 118
/
package.json
36 lines (36 loc) · 1.09 KB
/
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
{
"name": "halfmoon",
"version": "2.0.2",
"description": "Drop-in Bootstrap replacement, fully customizable with CSS variables.",
"main": "css/halfmoon.min.css",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rtlcss css/halfmoon.css css/halfmoon.rtl.css && csso css/halfmoon.css --output css/halfmoon.min.css --source-map file && csso css/halfmoon.rtl.css --output css/halfmoon.rtl.min.css --source-map file && cat css/cores/halfmoon.modern.css css/cores/halfmoon.elegant.css > css/cores/halfmoon.cores.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/halfmoonui/halfmoon.git"
},
"keywords": [
"halfmoon",
"css",
"bootstrap",
"dark-theme",
"dark-mode",
"dashboard",
"web-framework",
"css-framework",
"css-variables",
"css-custom-properties"
],
"author": "Tahmid Khan",
"license": "MIT",
"bugs": {
"url": "https://github.com/halfmoonui/halfmoon/issues"
},
"homepage": "https://www.gethalfmoon.com",
"dependencies": {
"csso-cli": "^4.0.2",
"rtlcss": "^4.3.0"
}
}