-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathpackage.json
47 lines (47 loc) · 981 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
43
44
45
46
47
{
"name": "gbk.js",
"version": "0.3.0",
"description": "一个小而快的GBK库,支持浏览器",
"homepage": "https://github.com/cnwhy/GBK.js",
"main": "index.js",
"files": [
"src/*",
"data/*",
"dist/*",
"README.md",
"index.js"
],
"repository": {
"type": "git",
"url": "https://github.com/cnwhy/GBK.js"
},
"keywords": [
"gbk",
"gb2312",
"iconv"
],
"scripts": {
"test": "node test/",
"build": "gulp"
},
"author": {
"name": "cnwhy",
"email": "[email protected]"
},
"license": "MIT",
"devDependencies": {
"benchmark": "^2.1.4",
"cross-env": "^5.1.4",
"gulp": "^3.9.1",
"gulp-clean": "^0.4.0",
"gulp-header": "^2.0.5",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-uglify": "^3.0.0",
"iconv-lite": "^0.4.21",
"rollup": "^0.63.4",
"rollup-plugin-commonjs": "^9.1.4",
"rollup-plugin-node-resolve": "^3.3.0",
"systemjs": "^0.21.2"
}
}