-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.11 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.11 KB
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
{
"name": "starbase-contracts",
"version": "0.1.0",
"description": "Smart contracts of Starbase",
"main": "truffle.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "testrpc $NODE_DEBUG_OPTION> /dev/null & truffle test ; RETVAL=$? ; JOBS=`jobs -p` ; if [ -n \"$JOBS\" ]; then kill $JOBS; fi ; exit $RETVAL"
},
"repository": {
"type": "git",
"url": "git+https://github.com/StarbaseCo/StarbaseContracts.git"
},
"author": "Starbase PTE LTD",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/StarbaseCo/StarbaseContracts/issues"
},
"homepage": "https://github.com/StarbaseCo/StarbaseContracts#readme",
"dependencies": {
"config": "^1.28.1"
},
"devDependencies": {
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-es2017": "^6.22.0",
"babel-register": "^6.24.1",
"ethereumjs-testrpc": "^4.1.3",
"moment": "^2.19.3",
"solc": "^0.4.18",
"truffle": "^3.4.11",
"truffle-config": "^1.0.3",
"truffle-contract": "^3.0.1",
"truffle-expect": "0.0.3",
"zeppelin-solidity": "1.3.0"
}
}