-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.07 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
{
"name": "az",
"version": "0.1.0",
"description": "Generates accurate <ruby> markups in Mandarin semi-automatically",
"main": "index.js",
"scripts": {},
"keywords": [
"Bopomofo",
"Chinese",
"Mandarin",
"Pinyin",
"Romansation",
"Zhuyin",
"han-css",
"ruby"
],
"author": "Chen Yijun (@ethantw)",
"license": "MIT License",
"dependencies": {
"commonmark": "^0.19.0",
"font-handsome": "^0.3.0",
"han-css": "^3.2.5"
},
"devDependencies": {
"babelify": "^6.0.2",
"browserify": "^10.1.0",
"cheerio": "^0.19.0",
"gulp": "^3.8.11",
"gulp-babel": "^5.1.0",
"gulp-concat-util": "^0.5.2",
"gulp-cssmin": "^0.1.7",
"gulp-gh-pages": "^0.5.1",
"gulp-live-server": "0.0.14",
"gulp-livescript": "^2.3.0",
"gulp-react": "^3.0.1",
"gulp-remarkable": "^1.1.2",
"gulp-stylus": "^2.0.1",
"gulp-uglify": "^1.2.0",
"gulp-uglifyjs": "^0.6.2",
"gulp-watch": "^4.2.4",
"livescript": "^1.4.0",
"react": "^0.13.2",
"vinyl-source-stream": "^1.1.0",
"vinyl-transform": "^1.0.0"
}
}