-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.01 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
{
"name": "hanio",
"version": "0.1.0",
"description": "Han.js in the server side (Node.js)",
"main": "index.js",
"scripts": {
"test": "mocha --compilers js:babel-core/register"
},
"repository": {
"type": "git",
"url": "https://github.com/ethantw/hanio.git"
},
"keywords": [
"han.js",
"han.css",
"normalization",
"typography",
"typeset"
],
"author": "Chen Yijun (@ethantw)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ethantw/hanio/issues"
},
"dependencies": {
"cheerio": "^0.19.0",
"fibrio": "^0.1.1"
},
"devDependencies": {
"babel-core": "^5.8.33",
"babel-loader": "^5.3.3",
"babel-preset-es2015": "^6.0.14",
"gulp": "^3.9.0",
"gulp-concat-util": "^0.5.4",
"gulp-connect": "^2.2.0",
"gulp-mocha": "^2.2.0",
"gulp-util": "^3.0.7",
"jsdom": "^7.2.1",
"mocha": "^2.3.4",
"special-entities": "^1.0.2",
"webpack": "^1.12.2"
},
"babel": {
"optional": [
"es7.functionBind"
]
}
}