forked from ethantw/Han
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.18 KB
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
{
"name": "han-css",
"version": "3.2.1",
"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 Lisence",
"bugs": {
"url": "https://github.com/ethantw/Han/issues"
},
"scripts": {
"test": "gulp",
"start": "gulp dev",
"build": "gulp build"
},
"dependencies": {
"fibre.js": "^0.2.1",
"normalize.css": "~3.0.3"
},
"devDependencies": {
"LiveScript": "~1.3.1",
"gulp": "^3.8.10",
"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-qunit": "^1.2.1",
"gulp-requirejs-optimize": "^0.1.1",
"gulp-sass": "^1.2.4",
"gulp-symlink": "^2.1.0",
"gulp-uglifyjs": "^0.5.0",
"gulp-watch": "^3.0.0",
"qunitjs": "^1.16.0",
"requirejs": "^2.1.15"
}
}