forked from ProjectOpenSea/opensea-creatures
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 904 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
30
31
32
{
"name": "erc721-starter-contracts",
"version": "1.0.0",
"description": "Starter contracts for an ERC721 project.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ProjectOpenSea/erc721-starter-contracts.git"
},
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/ProjectOpenSea/erc721-starter-contracts/issues"
},
"homepage": "https://github.com/ProjectOpenSea/erc721-starter-contracts#readme",
"dependencies": {
"@0x/subproviders": "^2.1.4",
"opensea-js": "latest",
"openzeppelin-solidity": "^2.1.3",
"truffle": "^5.0.37",
"truffle-flattener": "^1.4.2",
"truffle-hdwallet-provider": "^1.0.17",
"web3": "1.0.0-beta.34"
},
"engines": {
"node": "8.11.x",
"npm": "5.6.x"
}
}