forked from bitfloor/bitcoinjs-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (39 loc) · 972 Bytes
/
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": "bitcoinjs-lib",
"version": "0.2.0-bitgo",
"description": "Client-side Bitcoin JavaScript library",
"contributors": [
{ "name": "Mike Belshe", "email": "[email protected]" }
],
"keywords": [
"bitcoin",
"browser",
"client",
"library",
"multisignature",
"multisig",
"p2sh"
],
"author": "Stefan Thomas <[email protected]> (http://www.justmoon.net)",
"repository" : {
"type" : "git",
"url" : "https://github.com/bitcoinjs/bitcoinjs-lib.git"
},
"repository": {
"type": "git",
"url": "https://github.com/BitGo/bitcoinjs-lib.git"
},
"devDependencies" : {
"mocha": "1.8.1",
"istanbul": "0.1.30"
},
"testling": {
"browsers": ["ie/9..latest", "firefox/15..latest", "chrome/22..latest"],
"harness" : "mocha-qunit",
"files": "test/*.js"
},
"scripts": {
"test": "istanbul test ./node_modules/.bin/_mocha -- --reporter list test/*.js"
},
"license": "MIT"
}