forked from iotexproject/iotex-token-metadata
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (27 loc) · 684 Bytes
/
package.json
File metadata and controls
28 lines (27 loc) · 684 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
{
"name": "iotex-token-metadata",
"version": "1.3.6",
"description": "a collection of the metadata of all tokens on IoTeX blockchain.",
"main": "index.js",
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iotexproject/iotex-token-metadata.git"
},
"keywords": [
"iotex"
],
"author": "iotex team",
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/iotexproject/iotex-token-metadata/issues"
},
"homepage": "https://github.com/iotexproject/iotex-token-metadata#readme",
"dependencies": {
"fs": "0.0.1-security",
"path": "^0.12.7",
"tape": "^5.0.1"
}
}