forked from MARKETProtocol/MARKETProtocol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 956 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
38
39
40
41
{
"name": "market-solidity",
"version": "0.0.23",
"description": "Decentralized Derivatives Trading Protocol For The Ethereum Blockchain",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"dependencies": {
"truffle": "4.1.3",
"zeppelin-solidity": "1.8.0"
},
"devDependencies": {
"solidity-coverage": "^0.4.15",
"coveralls": "^3.0.0",
"solium": "^1.0.5"
},
"scripts": {
"test": "truffle test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MARKETProtocol/MARKETProtocol.git"
},
"keywords": [
"solidity",
"ethereum",
"smart",
"contracts",
"protocol"
],
"author": "Phil Elsasser <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/MARKETProtocol/MARKETProtocol/issues"
},
"homepage": "https://github.com/MARKETProtocol/MARKETProtocol#readme",
"engines": {
"node": ">=8.10.0"
}
}