-
Notifications
You must be signed in to change notification settings - Fork 135
/
package.json
60 lines (60 loc) · 1.34 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
53
54
55
56
57
58
59
60
{
"name": "han-css",
"version": "3.3.0",
"description": "The CSS typography framework optimised for Hanzi",
"repository": {
"type": "git",
"url": "https://github.com/ethantw/Han.git"
},
"main": "index.js",
"keywords": [
"Hanzi",
"CJK",
"normalize",
"typography",
"typesetting"
],
"author": {
"name": "Chen Yijun (@ethantw)",
"url": "http://yijun.me/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ethantw/Han/issues"
},
"scripts": {
"test": "gulp test",
"start": "gulp dev",
"build": "gulp build",
"prepublishOnly": "npm run build"
},
"engines": {
"node": ">= 0.12"
},
"dependencies": {
"fibre.js": "^0.2.1",
"normalize.css": "^4.0.0"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-browserify": "^0.5.0",
"gulp-concat-util": "^0.5.1",
"gulp-connect": "^2.2.0",
"gulp-csscomb": "^3.0.3",
"gulp-cssmin": "^0.1.6",
"gulp-jade": "^0.10.0",
"gulp-livescript": "^2.3.0",
"gulp-plumber": "^1.0.1",
"gulp-qunit": "^1.2.1",
"gulp-requirejs-optimize": "^0.1.1",
"gulp-sass": "^2.1.1",
"gulp-stylus": "^2.0.4",
"gulp-symlink": "^2.1.0",
"gulp-uglifyjs": "^0.5.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^3.0.0",
"livescript": "~1.4.0",
"qunitjs": "^1.16.0",
"requirejs": "^2.1.15"
}
}