-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.16 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
{
"name": "CryptoCarz-smart-contracts",
"version": "0.0.1",
"description": "CryptoCarz Smart Contracts",
"repository": "[email protected]:diginex/CryptoCarz.git",
"author": "Jose Perez <[email protected]>",
"license": "MIT",
"main": "truffle.js",
"scripts": {
"test": "scripts/test.sh",
"coverage": "scripts/coverage.sh",
"build": "scripts/build.sh"
},
"bugs": {
"url": "https://github.com/diginex/CryptoCarz"
},
"homepage": "https://github.com/diginex/CryptoCarz",
"dependencies": {
"@types/node": "^10.3.4",
"babel-cli": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-latest": "^6.24.1",
"babel-register": "^6.26.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.2",
"codecov": "^2.3.0",
"ethereumjs-testrpc-sc": "^6.1.2",
"ethereumjs-tx": "1.3.3",
"ganache-cli": "6.1.0",
"lerna": "^2.0.0",
"lodash": "^4.17.4",
"mocha-lcov-reporter": "^1.3.0",
"openzeppelin-solidity": "1.9.0",
"seedrandom": "^2.4.3",
"solidity-coverage": "^0.5.5",
"truffle": "4.1.11",
"web3": "0.19.0",
"xtend": "^4.0.1",
"yargs": "^8.0.2"
}
}