-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
46 lines (46 loc) · 1.16 KB
/
package.json
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
38
39
40
41
42
43
44
45
46
{
"name": "webcoin-param-tests",
"version": "1.0.2",
"description": "Tests for webcoin cryptocurrency parameters",
"main": "index.js",
"scripts": {
"test": "standard index.js src",
"build": "rm -rf lib && babel --presets es2015 src -d lib",
"source": "rm -rf lib && ln -s src lib",
"prepublish": "npm run build",
"publish": "npm run source"
},
"keywords": [
"webcoin",
"params",
"parameters",
"tests"
],
"author": "Matt Bell <[email protected]>",
"license": "MIT",
"dependencies": {
"babel-cli": "^6.6.5",
"babel-preset-es2015": "^6.6.0",
"bitcoin-net": "^4.2.0",
"bitcoinjs-lib": "^2.2.0",
"blockchain-spv": "^2.0.0",
"electron-webrtc": "^0.2.12",
"levelup": "^1.3.1",
"memdown": "^1.1.2",
"object-assign": "^4.1.0"
},
"devDependencies": {
"standard": "^6.0.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mappum/webcoin-param-tests.git"
},
"bugs": {
"url": "https://github.com/mappum/webcoin-param-tests/issues"
},
"homepage": "https://github.com/mappum/webcoin-param-tests#readme",
"optionalDependencies": {
"wrtc": "0.0.61"
}
}