forked from Ro5s/aion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 846 Bytes
/
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
{
"name": "@ourzora/zora-contracts",
"version": "1.0.0",
"description": "A token factory that enables any person of community to tokenize any good or endeavour.",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"@nomiclabs/buidler": "^1.1.2",
"@nomiclabs/buidler-truffle5": "^1.1.2",
"@nomiclabs/buidler-web3": "^1.1.2",
"@openzeppelin/contracts": "^2.5.0",
"eth-sig-util": "^2.5.3",
"ethereumjs-util": "^6.2.0",
"web3": "^1.2.6"
},
"scripts": {
"test": "buidler test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ourzora/zora-contracts.git"
},
"author": "Alex Kern <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ourzora/zora-contracts/issues"
},
"homepage": "https://github.com/ourzora/zora-contracts#readme"
}