-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.51 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": "off-chain",
"version": "1.0.0",
"description": "https://docs.google.com/document/d/1JItQcpwWejTq6WnsReT8WptiZ3xlhwmICKHFtv9wsWk/edit#",
"main": "index.js",
"dependencies": {
"bignumber.js": "^5.0.0",
"body-parser": "^1.18.2",
"cors": "^2.8.4",
"dotenv": "^4.0.0",
"eth-sig-util": "^1.4.0",
"ethereumjs-util": "^5.1.2",
"express": "^4.16.2",
"gdax": "github:coinbase/gdax-node",
"isomorphic-fetch": "^2.2.1",
"memory-cache": "^0.2.0",
"pg": "^7.4.0",
"socket.io": "^2.0.4",
"web3": "^1.0.0-beta.26",
"ws": "^3.3.3"
},
"engines": {
"node": "9.4.0"
},
"devDependencies": {
"babel-eslint": "^8.0.3",
"eslint": "^4.13.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-promise": "^1.2.3",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-standard": "^3.0.1"
},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MerryMerkle/off-chain.git"
},
"author": "Matt Condon <[email protected]> (http://mat.tc)",
"license": "MIT",
"bugs": {
"url": "https://github.com/MerryMerkle/off-chain/issues"
},
"homepage": "https://github.com/MerryMerkle/off-chain#readme"
}