forked from danfinlay/human-standard-token-abi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 746 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 746 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
{
"name": "human-standard-token-abi",
"version": "1.0.2",
"description": "A simple node module that exports the [Ethereum ABI](1) for [ERC 20](2) compatible tokens.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "browserify example/index.js -o example/bundle.js"
},
"author": "Dan Finlay",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/flyswatter/human-standard-token-abi.git"
},
"keywords": [
"Ethereum",
"Token",
"Json",
"Abi"
],
"bugs": {
"url": "https://github.com/flyswatter/human-standard-token-abi/issues"
},
"homepage": "https://github.com/flyswatter/human-standard-token-abi#readme"
}