idtbeyond
Version:
The official node package for interacting with the IDT Beyond API for performing a topup.
38 lines (37 loc) • 905 B
JSON
{
"name": "idtbeyond",
"version": "1.0.5",
"description": "The official node package for interacting with the IDT Beyond API for performing a topup.",
"main": "./index",
"scripts": {
"test": "./node_modules/.bin/jasmine -verbose=true ./spec/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/IDTLabs/IDTBeyond-Node"
},
"keywords": [
"idtbeyond",
"idt-beyond",
"nodejs",
"node",
"topup"
],
"author": "Robbie Holmes (robbiethegeek@gmail.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/IDTLabs/IDTBeyond-Node/issues"
},
"homepage": "https://github.com/IDTLabs/IDTBeyond-Node",
"devDependencies": {
"async": "^1.5.0",
"jasmine": "^2.2.1",
"jasmine-node": "^1.14.5",
"nock": "^2.15.0",
"readable-stream": "^2.0.3"
},
"dependencies": {
"request": "^2.53.0",
"when": "^3.7.2"
}
}