-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 951 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 951 Bytes
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
{
"name": "drizzle-box",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/truffle-box/drizzle-box.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/truffle-box/drizzle-box/issues"
},
"homepage": "https://github.com/truffle-box/drizzle-box#readme",
"dependencies": {
"@oceanprotocol/keeper-contracts": "^0.12.6",
"@oceanprotocol/squid": "^0.7.3",
"@openzeppelin/contracts-ethereum-package": "^2.3.0",
"@openzeppelin/test-helpers": "^0.5.3",
"@openzeppelin/upgrades": "^2.5.3",
"openzeppelin-solidity": "^2.1.1",
"truffle-hdwallet-provider": "^1.0.17",
"web3": "^1.2.1"
},
"devDependencies": {
"@openzeppelin/cli": "^2.5.3"
}
}