-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
37 lines (37 loc) · 973 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
{
"name": "plasma",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/BankEx/PlasmaETHexchange"
},
"description": "Plasma protocol compatible ETH Exchange Platform",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "node server.js"
},
"author": "Alexander Vlasov @shamatar",
"license": "ISC",
"dependencies": {
"coinstring": "^2.3.0",
"ethereumjs-testrpc": "^6.0.1",
"ethereumjs-util": "^5.1.2",
"express": "^4.16.2",
"js-sha3": "^0.6.1",
"jsonschema": "^1.2.0",
"leveldown": "^2.0.0",
"levelup": "^2.0.0",
"merkle-tools": "^1.4.0",
"moment": "^2.19.1",
"named-routes": "^2.0.6",
"queue": "^4.4.2",
"rimraf": "^2.6.2",
"scrypt": "^6.0.3",
"solc": "^0.4.18",
"strip-hex-prefix": "^1.0.0",
"truffle-artifactor": "^3.0.0",
"truffle-contract": "^3.0.1",
"web3": "^1.0.0-beta.24"
}
}