-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 813 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 813 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
{
"name": "bitshovel",
"version": "0.1.0",
"description": "read and write to blockchain in any language instantly",
"main": "bitshovel.js",
"scripts": {
"start": "node bitshovel.js",
"dev": "./node_modules/.bin/nodemon bitshovel.js",
"test": "node node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dfoderick/bitshovel.git"
},
"author": "dfoderick",
"license": "ISC",
"bugs": {
"url": "https://github.com/dfoderick/bitshovel/issues"
},
"homepage": "https://github.com/dfoderick/bitshovel#readme",
"dependencies": {
"axios": "^0.18.0",
"bsv": "^0.20.3",
"datapay": "0.0.3",
"eventsource": "^1.0.7",
"mocha": "^5.2.0",
"nodemon": "^1.18.9",
"redis": "^2.8.0",
"requests": "^0.2.2"
}
}