forked from erasureprotocol/NMR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 916 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
{
"name": "numerai-contracts",
"version": "1.0.0",
"private": true,
"description": "Numerai Ethereum contracts.",
"directories": {
"test": "test"
},
"scripts": {
"console": "node ./node_modules/truffle/cli.js console",
"compile": "rm -rf ./build; node ./node_modules/truffle/cli.js compile",
"inspect": "node --inspect --debug-brk ./node_modules/truffle/cli.js test"
},
"repository": {
"type": "git",
"url": "git://github.com/numerai/contracts.git"
},
"author": "Numerai",
"license": "All Rights Reserved",
"bugs": {
"url": "https://github.com/numerai/contracts/issues"
},
"homepage": "https://github.com/numerai/contracts#readme",
"devDependencies": {
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.18.0",
"concurrently": "^3.1.0",
"ethereumjs-testrpc": "^3.0.3",
"truffle": "^3.1.9",
"bignumber.js": "^4.0.1"
}
}