-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 905 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 905 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "idtbeyond",
"version": "1.0.6",
"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"
}
}