-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 819 Bytes
/
package.json
File metadata and controls
31 lines (31 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
{
"name": "abiniser",
"version": "0.5.1",
"description": "Truffle post processor to generate ABI and deployment repository files",
"main": "abiniser.js",
"bin": {
"abiniser": "./abiniser.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "git+https://github.com/Augmint/abiniser.git",
"keywords": [
"truffle",
"abi",
"ethereum",
"solidity"
],
"author": "“Augmint”",
"license": "MIT",
"bugs": {
"url": "https://github.com/Augmint/abiniser/issues"
},
"homepage": "https://github.com/Augmint/abiniser#readme",
"private": false,
"dependencies": {
"commander": "2.20.0",
"json-stable-stringify": "1.0.1",
"md5": "2.2.1"
}
}