btcc
Version:
比特币中国的API
26 lines (25 loc) • 531 B
JSON
{
"name": "btcc",
"version": "0.0.1",
"description": "比特币中国的API",
"main": "btcc.js",
"dependencies": {
"request": "~2.29.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/kasuganosora/nodeBtcchinaapi.git"
},
"keywords": [
"btcchina"
],
"author": "SionZeng",
"license": "MIT",
"bugs": {
"url": "https://github.com/kasuganosora/nodeBtcchinaapi/issues"
}
}