-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
52 lines (52 loc) · 1.33 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
47
48
49
50
51
52
{
"name": "han-manual",
"version": "3.2.7",
"description": "Manual for Han.css",
"repository": {
"type": "git",
"url": "https://github.com/ethantw/han-manual.git"
},
"scripts": {
"start": "node server/app.js",
"postinstall": "gulp",
"watch": "gulp dev",
"www": "gulp www && mv _www_/manual/404.html _www_",
"deploy": "yarn www && gh-pages -d _www_",
"dev": "yarn watch & yarn start"
},
"author": "Chen Yijun (@ethantw)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ethantw/han-manual/issues"
},
"dependencies": {
"ETag": "~0.0.1",
"browserify": "^9.0.8",
"cheerio": "^0.19.0",
"del": "^1.2.1",
"font-awesome": "^4.4.0",
"font-handsome": "~0.2.0",
"gh-pages": "^1.2.0",
"gulp": "^3.9.1",
"gulp-concat-util": "^0.5.4",
"gulp-cssmin": "^0.1.7",
"gulp-jade": "^0.10.0",
"gulp-livescript": "^2.4.0",
"gulp-remarkable": "^1.1.2",
"gulp-ruby-sass": "^1.4.0",
"gulp-sass": "^2.0.4",
"gulp-symlink": "^2.1.3",
"gulp-uglifyjs": "^0.6.1",
"gulp-watch": "^3.0.0",
"han-css": "^3.2.7",
"highlight.js": "~8.3",
"jsdom": "^5.6.1",
"mime-types": "^2.1.7",
"vinyl-paths": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"vinyl-transform": "^1.0.0"
},
"devDependencies": {
"livescript": "^1.4.0"
}
}