-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 1.93 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 1.93 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "codius-host",
"version": "1.2.0",
"description": "Codius host for Node.js",
"main": "lib/index.js",
"scripts": {
"start": "bin/codius-host start",
"keygen": "openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout server.key -out server.crt",
"test": "istanbul cover _mocha -- -R spec test/ test/models/*.js test/http/*.js"
},
"bin": {
"codius-host": "bin/codius-host"
},
"repository": {
"type": "git",
"url": "git://github.com/codius/host.git"
},
"keywords": [
"codius",
"javascript",
"smart",
"oracle",
"contracts",
"distributed",
"autonomous",
"trustless",
"cloud",
"virtual"
],
"author": "Stefan Thomas <justmoon@members.fsf.org>",
"license": "ISC",
"bugs": {
"url": "https://github.com/codius/host/issues"
},
"homepage": "https://github.com/codius/host",
"devDependencies": {
"chai": "~1.9.1",
"chai-as-promised": "^4.2.0",
"istanbul": "~0.2.16",
"mocha": "~1.20.1",
"sinon": "~1.10.2",
"sinon-chai": "~2.5.0",
"sqlite3": "^2.2.4",
"supertest-as-promised": "^1.0.0",
"temp": "^0.8.1"
},
"dependencies": {
"base64url": "0.0.6",
"bitcoinjs-lib": "^1.4.3",
"bluebird": "^2.9.12",
"bookshelf": "^0.7.7",
"bridges-application": "^0.2.1",
"bridges-express": "^0.3.1",
"chalk": "^0.5.1",
"codius-billing-bitcoind": "^0.3.1",
"codius-engine": "^1.2.1",
"commander": "^2.6.0",
"concat-stream": "^1.4.6",
"express": "^4.5.1",
"flipper": "0.0.3",
"knex": "^0.7.4",
"lodash": "^3.2.0",
"morgan": "^1.2.2",
"nconf": "^0.6.9",
"nodemon": "^1.2.1",
"pg.js": "^3.4.1",
"random-js": "^1.0.4",
"request": "^2.39.0",
"ripple-account-monitor": "^2.2.0",
"sinon": "^1.12.2",
"superagent": "^0.21.0",
"supertest": "^0.15.0",
"tar-stream": "^0.4.4",
"underscore": "^1.7.0",
"uuid": "^2.0.1",
"winston": "^0.7.3"
}
}