-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 793 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 793 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
{
"name": "bitrefill-api-example",
"version": "1.0.0",
"description": "Playground code to experiment with Bitrefill.com API",
"main": "refill.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitrefill/api-example-blockchain-wtb.git"
},
"author": "Sergej Kotliar <sergej@bitrefill.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/bitrefill/api-example-blockchain-wtb/issues"
},
"homepage": "https://github.com/bitrefill/api-example-blockchain-wtb#readme",
"dependencies": {
"bitcore-wallet-client": "^2.6.0",
"bluebird": "^3.4.0",
"debug": "^2.2.0",
"dotenv": "^2.0.0",
"lodash": "^4.13.1",
"request-promise": "^3.0.0"
}
}