-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
45 lines (45 loc) · 1.01 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
{
"name": "openassets",
"version": "0.2.0",
"description": "JavaScript implementation of the Open Assets Protocol",
"main": "index.js",
"scripts": {
"test": "echo \"Error: see README for instructions on running tests\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/andrewfhart/openassets"
},
"keywords": [
"Open",
"Assets",
"Protocol",
"OAP",
"Colored",
"Coins",
"Blockchain",
"Smart",
"Property"
],
"author": "Andrew Hart <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/andrewfhart/openassets/issues"
},
"homepage": "https://github.com/andrewfhart/openassets",
"devDependencies": {
"assert": "^1.1.2",
"bitcoind-rpc": "0.3.1",
"chai": "^1.9.2",
"mocha": "^2.0.1",
"should": "^4.2.1",
"sinon": "^1.11.1"
},
"dependencies": {
"async": "^0.9.0",
"bitcore": "^0.13.4",
"bufferput": "^0.1.2",
"buffertools": "^2.1.2",
"leb": "^0.3.0"
}
}