forked from longsien/BareCSS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 798 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 798 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
30
31
32
33
34
35
36
{
"name": "bare.css",
"version": "1.2.0",
"author": "strangebuzz",
"repository": {
"type": "git",
"url": "git+https://github.com/strangebuzz/barecss.git"
},
"main": "css/bare.css",
"devDependencies": {
"less-plugin-clean-css": "^1.5.1",
"less": "^4.2.0"
},
"bugs": {
"url": "https://github.com/strangebuzz/barecss/issues"
},
"description": "A classless CSS framework.",
"files": [
"css",
"package.json"
],
"homepage": "https://github.com/strangebuzz/barecss/issues",
"keywords": [
"css",
"theme",
"classless",
"web-design",
"minimal",
"default",
"reset"
],
"license": "MIT",
"scripts": {
"less": "mkdir -p css; lessc less/bare.less css/bare.css; lessc --clean-css less/bare.less css/bare.min.css"
}
}