rebit
Version:
Javascript client for Rebit.ph
35 lines (34 loc) • 755 B
JSON
{
"name": "rebit",
"version": "0.1.0",
"description": "Javascript client for Rebit.ph",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sciventures/rebitjs.git"
},
"keywords": [
"rebit",
"bitcoin",
"remittance"
],
"author": "John Bailon <john@sci.ph> (http://johnbailon.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/sciventures/rebitjs/issues"
},
"homepage": "https://github.com/sciventures/rebitjs#readme",
"dependencies": {
"bluebird": "^3.3.4",
"superagent": "^1.8.0"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^5.2.0",
"mocha": "^2.4.5",
"nock": "^7.2.2"
}
}