UNPKG

1.05 kBJSONView Raw
1{
2 "name": "hack",
3 "version": "0.8.1",
4 "description": "Dead simple CSS framework.",
5 "main": "dist/hack.css",
6 "scripts": {
7 "test": "npm run build",
8 "build": "gulp build",
9 "dev": "gulp",
10 "gh": "npm run build && gh-pages -d demo",
11 "toc": "markdown-toc -i README.md"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/egoist/hack.git"
16 },
17 "files": [
18 "dist"
19 ],
20 "keywords": [
21 "hack",
22 "css",
23 "ui",
24 "web",
25 "bootstrap"
26 ],
27 "author": "EGOIST <0x142857@gmail.com>",
28 "license": "MIT",
29 "bugs": {
30 "url": "https://github.com/egoist/hack/issues"
31 },
32 "homepage": "https://github.com/egoist/hack#readme",
33 "devDependencies": {
34 "color-preset": "^0.1.1",
35 "cssnano": "^3.7.3",
36 "gulp": "^3.9.1",
37 "gulp-jade": "^1.1.0",
38 "gulp-postcss": "^6.1.1",
39 "gulp-serve": "^1.4.0",
40 "jstransformer-marked": "^1.0.1",
41 "postcss-cssnext": "^2.7.0",
42 "postcss-import": "^8.1.2",
43 "postcss-mixins": "^5.0.0",
44 "postcss-simple-vars": "^3.0.0"
45 }
46}