-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.42 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.42 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
{
"dependencies": {
"bignumber.js": "^7.2.1",
"bluebird": "^3.5.1",
"ethereumjs-abi": "^0.6.5",
"ethers": "^3.0.19",
"ethjs-provider-http": "^0.1.6",
"ethjs-rpc": "^0.2.0",
"scrypt": "^6.0.3",
"solc-js": "^0.5.0",
"truffle-hdwallet-provider": "0.0.3",
"web3-utils": "^1.0.0-beta.36"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1",
"eth-gas-reporter": "^0.1.7"
},
"scripts": {
"test": "truffle test",
"lint": "eslint",
"fix": "eslint --fix"
},
"name": "contracts",
"description": "An experiment in using smart contract-enabled token economies to decentralize the governance, maintenance, and financial support of public utilities, communal infrastructure, and common pool resources.",
"version": "1.0.0",
"main": "truffle.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/distribute-protocol/distribute-contracts.git"
},
"author": "Jessica Marshall",
"license": "ISC",
"bugs": {
"url": "https://github.com/distribute-protocol/distribute-contracts/issues"
},
"homepage": "https://github.com/distribute-protocol/distribute-contracts#readme",
"resolutions": {
"eslint-scope": "3.7.1"
}
}