-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
39 lines (39 loc) · 935 Bytes
/
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
{
"name": "pinyin4js",
"description": "A opensource java library for converting chinese to pinyin",
"version": "1.3.18",
"author": "superbiger",
"license": "MIT",
"keywords": [
"javascript",
"ES6 ES5",
"js util",
"pinyin",
"拼音",
"汉字",
"中文"
],
"repository": {
"type": "git",
"url": "git://github.com/superbiger/pinyin4js.git"
},
"bugs": {
"url": "https://github.com/superbiger/pinyin4js/issues"
},
"scripts": {
"build": "babel src -d lib",
"build-browser": "webpack -p browers-index.js ./dist/pinyin4js.js",
"test": "mocha --compilers js:mocha-traceur test"
},
"devDependencies": {
"babel-cli": "^6.0.0",
"babel-core": "^6.18.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"mocha": "^3.1.2",
"mocha-traceur": "^2.1.0",
"should": "^11.1.1",
"traceur": "0.0.111",
"webpack": "^2.4.1"
}
}