UNPKG

xdata-cli

Version:
46 lines (45 loc) 909 B
{ "name": "xdata-cli", "version": "1.2.0", "description": "Encoding utils", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "xdata": "./bin/xdata" }, "repository": { "type": "git", "url": "git+https://github.com/inchingorg/encoding.git" }, "keywords": [ "encoding", "encode", "decode", "utf8", "utf-8", "gbk", "hex", "gb2312", "gb18030" ], "author": "Cody Fei", "license": "ISC", "bugs": { "url": "https://github.com/inchingorg/xdata-cli/issues" }, "homepage": "https://github.com/inchingorg/xdata-cli#readme", "devDependencies": { "chai": "^3.5.0", "mocha": "^3.1.2", "sinon": "^1.17.6", "sinon-chai": "^2.8.0" }, "dependencies": { "commander": "^2.9.0", "hex": "^0.1.0", "iconv-lite": "^0.4.13", "xdata-library": "^1.0.0" } }