-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.36 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
53
{
"name": "fair-oracle",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"deploy": "truffle compile && truffle migrate --reset",
"full": "npm run deploy && npm start",
"test": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wski/fair-oracle.git"
},
"author": "wski <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/wski/fair-oracle/issues"
},
"homepage": "https://github.com/wski/fair-oracle#readme",
"dependencies": {
"ansi": "^0.3.1",
"bignumber.js": "^4.0.2",
"bluebird": "^3.5.0",
"chalk": "^2.0.1",
"console.table": "^0.8.0",
"crypto-normalize": "2.3.25",
"jetty": "^0.2.1",
"kcors": "^2.2.1",
"keypress": "^0.2.1",
"koa": "^2.3.0",
"koa-route": "^3.2.0",
"koa-send": "^4.1.0",
"koa-static": "^4.0.1",
"lodash": "^4.17.4",
"node-fetch": "^1.7.1",
"redis": "^2.7.1",
"solc": "^0.4.14",
"stats-analysis": "^2.0.0",
"truffle-contract": "^2.0.5",
"web3": "^0.20.0",
"ws": "^3.1.0"
},
"devDependencies": {
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"standard": "^10.0.3"
}
}