-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.2 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.2 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
40
41
42
43
44
45
46
47
48
{
"name": "winicert",
"version": "1.0.0",
"description": "winicert",
"private": true,
"license": "UNLICENSED",
"engines": {
"node": "^10.0.x"
},
"scripts": {
"compile": "truffle compile"
},
"dependencies": {
"express": "^4.17.1",
"openzeppelin-solidity": "2.3.0",
"web3": "^1.2.1"
},
"devDependencies": {
"bignumber.js": "^8.1.1",
"bn-chai": "^1.0.1",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-string": "^1.5.0",
"coveralls": "^3.0.1",
"dirty-chai": "^2.0.1",
"eslint": "^4.19.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-mocha-no-only": "^1.1.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"eth-gas-reporter": "^0.1.12",
"ethereumjs-util": "^6.0.0",
"ganache-cli": "6.1.8",
"ganache-core": "^2.5.3",
"nodemon": "^1.19.3",
"pre-commit": "^1.2.2",
"solidity-coverage": "^0.5.11",
"truffle": "^5.0.8",
"truffle-flattener": "^1.3.0",
"truffle-hdwallet-provider": "^1.0.5",
"web3-utils": "^1.0.0-beta.50"
},
"optionalDevDependencies": {
"fsevents": "*"
}
}