forked from egoist/hack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.02 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
37
38
39
40
41
42
43
44
45
46
{
"name": "hack",
"version": "0.8.1",
"description": "Dead simple CSS framework.",
"main": "dist/hack.css",
"scripts": {
"test": "npm run build",
"build": "gulp build",
"dev": "gulp",
"gh": "npm run build && gh-pages -d demo",
"toc": "markdown-toc -i README.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/egoist/hack.git"
},
"files": [
"dist"
],
"keywords": [
"hack",
"css",
"ui",
"web",
"bootstrap"
],
"author": "EGOIST <0x142857@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/egoist/hack/issues"
},
"homepage": "https://github.com/egoist/hack#readme",
"devDependencies": {
"color-preset": "^0.1.1",
"cssnano": "^3.7.3",
"gulp": "^3.9.1",
"gulp-jade": "^1.1.0",
"gulp-postcss": "^6.1.1",
"gulp-serve": "^1.4.0",
"jstransformer-marked": "^1.0.1",
"postcss-cssnext": "^2.7.0",
"postcss-import": "^8.1.2",
"postcss-mixins": "^5.0.0",
"postcss-simple-vars": "^3.0.0"
}
}