1 Star 0 Fork 0

术木 / OpenCC

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
Carbo Kuo 提交于 2020-05-22 18:35 . Bump version to 1.1.1.
{
"name": "opencc",
"version": "1.1.1",
"description": "Conversion between Traditional and Simplified Chinese",
"author": "Carbo Kuo <byvoid@byvoid.com>",
"license": "Apache-2.0",
"main": "node/opencc.js",
"types": "node/opencc.d.ts",
"scripts": {
"test": "mocha -R spec node/test.js",
"deploy": "node-pre-gyp package && (node-pre-gyp-github publish --release || exit 0)",
"install": "node-pre-gyp install --fallback-to-build || node-pre-gyp rebuild"
},
"engines": {
"node": ">= 8.0.0"
},
"binary": {
"module_name": "opencc",
"module_path": "./build/Release/",
"host": "https://github.com/BYVoid/OpenCC/releases/download/",
"remote_path": "{version}"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BYVoid/OpenCC.git"
},
"bugs": {
"url": "https://github.com/BYVoid/OpenCC/issues"
},
"homepage": "https://github.com/BYVoid/OpenCC#readme",
"keywords": [
"opencc",
"Chinese",
"conversion",
"unicode",
"Simplified Chinese",
"Traditional Chinese"
],
"devDependencies": {
"mocha": "^7.1.2",
"node-pre-gyp-github": "^1.4.3"
},
"dependencies": {
"nan": "^2.14.1",
"node-pre-gyp": "^0.14.0"
}
}
1
https://gitee.com/spy109/OpenCC.git
git@gitee.com:spy109/OpenCC.git
spy109
OpenCC
OpenCC
master

搜索帮助