-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.18 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": "culturestake-contracts",
"version": "1.0.30",
"description": "Culturestake contracts for quadratic voting",
"main": "index.js",
"scripts": {
"test": "scripts/test.sh",
"migrate": "./node_modules/.bin/truffle migrate --reset",
"compile": "./node_modules/.bin/truffle compile",
"ganache": "ganache-cli -d -i 5777 --gasLimit 0xfffffffffff"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lazaruslabs/culturestake-contracts.git"
},
"contributors": [
"ana0"
],
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/lazaruslabs/culturestake-contracts/issues"
},
"homepage": "https://github.com/lazaruslabs/culturestake-contracts#readme",
"devDependencies": {
"chai": "^4.2.0",
"chai-bn": "^0.2.0",
"dotenv": "^8.2.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.20.1",
"ganache-cli": "^6.9.1",
"truffle": "^5.1.7"
},
"dependencies": {
"ethereumjs-abi": "^0.6.8",
"ethereumjs-util": "^6.2.0",
"ganache": "^6.4.4",
"openzeppelin-solidity": "^2.5.0",
"solidity-sha3": "^0.4.1",
"truffle-hdwallet-provider": "^1.0.17",
"web3": "^1.2.6"
}
}