-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 819 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 819 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": "erc721-balance",
"version": "0.0.2",
"description": "Get all erc721 tokens owned by an address.",
"main": "index.js",
"scripts": {
"test": "ethnode -e 'truffle test'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vrde/erc721-balance.git"
},
"keywords": [
"erc721",
"nft",
"ethereum",
"web3"
],
"author": "vrde",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/vrde/erc721-balance/issues"
},
"homepage": "https://github.com/vrde/erc721-balance#readme",
"devDependencies": {
"ethnode": "0.0.17",
"fetch-mock": "^7.3.1",
"openzeppelin-solidity": "^2.2.0",
"truffle": "^5.0.11"
},
"dependencies": {
"node-fetch": "^2.3.0",
"web3": "^1.0.0-beta.52",
"web3-utils": "^1.0.0-beta.52"
}
}