forked from MetaMask/contract-metadata
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
40 lines (40 loc) · 918 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
33
34
35
36
37
38
39
40
{
"name": "ubq-contract-metadata",
"version": "1.33.1",
"description": "A mapping of ubiq contract addresses to broadly accepted icons for those addresses.",
"main": "index.js",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ubiq/ubq-contract-metadata.git"
},
"keywords": [
"ubq",
"contract",
"icons"
],
"author": "Julian Yap <julianokyap@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/ubiq/ubq-contract-metadata/issues"
},
"homepage": "https://github.com/ubiq/ubq-contract-metadata#readme",
"files": [
"index.js",
"contract-map.json",
"images"
],
"devDependencies": {
"ethereumjs-util": "^5.1.1",
"tape": "^4.6.3"
}
}