forked from Colored-Coins/Parser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1011 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
{
"name": "cc-block-parser-inbitcoin",
"version": "2.3.3",
"description": "Parse the blockchain and build a Colored Coins",
"main": "scanner.js",
"scripts": {
"test": "mocha",
"coverage": "istanbul cover _mocha -- -R spec",
"coveralls": "cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "[email protected]:cc-block-parser"
},
"contributors": [
{
"name": "Eliran Zach",
"email": "[email protected]"
},
{
"name": "bejavu",
"email": "[email protected]"
},
{
"name": "oleiba",
"email": "[email protected]"
}
],
"license": "Apache-2.0",
"dependencies": {
"async": "~2.4.0",
"bitcoin-async": "^1.0.0",
"cc-assetid-encoder": "^0.6.0",
"cc-get-assets-outputs": "^1.2.0",
"cc-transaction": "^1.2.0",
"lodash": "^4.17.15",
"mongoose": "~4.4.3"
},
"devDependencies": {
"eslint": "^6.8.0",
"prettier": "^1.19.1",
"prettier-eslint": "^9.0.1"
}
}