tranid
Version:
Node.js based chromium devtools for generating translation id
40 lines (39 loc) • 793 B
JSON
{
"name": "tranid",
"version": "1.2.1",
"description": "Node.js based chromium devtools for generating translation id",
"main": "./lib/tranid.js",
"bin": {
"tranid": "./bin/tranid"
},
"directories": {
"bin": "./bin",
"lib": "./lib"
},
"dependencies": {
"jsdom": "*",
"long": "*",
"md5": "*"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhsoft88/tranid.git"
},
"keywords": [
"tranid",
"chromium",
"translation",
"xtb",
"grd",
"grdp"
],
"author": "zhsoft88",
"license": "MIT",
"bugs": {
"url": "https://github.com/zhsoft88/tranid/issues"
},
"homepage": "https://github.com/zhsoft88/tranid#readme"
}