-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
60 lines (60 loc) · 1.62 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "vera-smart-contracts",
"version": "1.5.0",
"description": "Ethereum SmartContracts for Vera Decentralised Recruitment Platform",
"scripts": {
"test": "scripts/test.sh",
"lint": "eslint .",
"console": "truffle console",
"coverage": "scripts/coverage.sh",
"coveralls": "scripts/coveralls.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/robotveradev/SmartContracts.git"
},
"keywords": [
"solidity",
"ethereum",
"smart",
"contracts",
"security",
"zeppelin"
],
"author": "OnGrid Systems <info@ongrid.pro>",
"license": "MIT",
"bugs": {
"url": "https://github.com/robotveradev/SmartContracts/issues"
},
"homepage": "https://github.com/robotveradev",
"devDependencies": {
"babel": "^6.23.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.18.0",
"babel-preset-stage-3": "^6.17.0",
"babel-register": "^6.26.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.0.0",
"chai-bignumber": "^2.0.0",
"coveralls": "^2.13.3",
"eslint": "^4.11.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"ethereumjs-testrpc": "^6.0.1",
"ethereumjs-util": "^5.2.0",
"mocha-lcov-reporter": "^1.3.0",
"solidity-coverage": "^0.5.5",
"truffle": "^4.1.11",
"truffle-hdwallet-provider": "0.0.3"
},
"dependencies": {
"babel-cli": "^6.26.0",
"babel-polyfill": "^6.26.0",
"dotenv": "^4.0.0",
"mocha": "^5.2.0",
"solhint": "^1.2.1"
}
}