-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
52 lines (52 loc) · 1.08 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
47
48
49
50
51
52
{
"name": "colu",
"version": "0.2.4",
"description": "Colu SDK for node.js developers",
"main": "./src/index.js",
"dependencies": {
"async": "^0.9.0",
"bigi": "^1.4.0",
"bitcoinjs-lib": "^1.4.3",
"jsonfile": "^2.0.0",
"mkpath": "^0.1.0",
"path-extra": "^1.0.2",
"qr-encode": "^0.3.0",
"redis": "^0.12.1",
"request": "^2.51.0"
},
"devDependencies": {
"mocha": "^2.2.5"
},
"repository": {
"type": "git",
"url": "https://github.com/Colu-platform/colu-node.git"
},
"keywords": [
"Colu",
"node",
"js",
"nodejs",
"colored",
"coins",
"coloredcoins",
"2fa"
],
"contributors": [{
"name": "Tal Beja",
"email": "tal@colu.co"
},
{
"name": "thehobbit85",
"email": "eliran@colu.co"
}],
"license": "https://www.colu.co/TOS",
"bugs": {
"url": "https://github.com/Colu-platform/colu-node/issues"
},
"scripts": {
"test": "mocha",
"coverage": "istanbul cover _mocha -- -R spec",
"coveralls": "cat ./coverage/lcov.info | coveralls"
},
"homepage": "https://colu.co"
}