yog-ral
Version:
node-ral with mcpack and nshead
33 lines (32 loc) • 986 B
JSON
{
"name": "yog-ral",
"version": "0.22.1",
"description": "node-ral with mcpack and nshead",
"main": "index.js",
"scripts": {
"pub": "npm publish --registry=http://registry.npm.baidu-int.com",
"test": "mocha --reporter spec --check-leaks --slow 0 test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter spec --check-leaks test/"
},
"repository": {
"type": "git",
"url": "http://git.baidu.com/fex/yog-ral"
},
"keywords": [
"ral"
],
"author": "FIS",
"license": "ISC",
"dependencies": {
"@baidu/bns": "1.1.6",
"@baidu/mcpack": "1.0.0",
"iconv-lite": "0.4.13",
"node-ral": "~0.18.0",
"nshead": "http://gitlab.baidu.com/fex/node-nshead/repository/archive.tar.gz?ref=v0.0.0"
},
"devDependencies": {
"istanbul": "0.3.0",
"mocha": "1.21.4",
"should": "4.0.4"
}
}