-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 962 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
40
41
42
{
"name": "zh_cn",
"version": "0.0.7",
"description": "将汉语转换为拼音",
"main": "./dist/zh_cn.min.js",
"scripts": {
"lint": "eslint src --fix",
"build": "webpack",
"test": "npm run lint && jest --coverage",
"coveralls": "cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZiQiangWang/zh_CN.git"
},
"author": "ZiQiangWang",
"keywords": [
"汉字",
"拼音",
"多音字",
"pinyin",
"lite",
"mini",
"zh"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ZiQiangWang/zh_CN/issues"
},
"homepage": "https://github.com/ZiQiangWang/zh_CN#readme",
"devDependencies": {
"babel": "^6.23.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"benchmark": "^2.1.4",
"colors": "^1.3.0",
"eslint": "^4.19.1",
"jest": "^22.4.3",
"webpack": "^3.8.1",
"coveralls": "^3.0.1"
}
}