-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
40 lines (40 loc) · 1008 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": "live-libs",
"namespace": "consensys",
"version": "0.1.5",
"description": "Providing reusable Solidity libraries that are live on the Ethereum blockchain.",
"dependencies": {
"solc": "^0.3.2-1",
"web3": "^0.15.3",
"yargs": "^4.7.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5",
"ethereumjs-testrpc": "^2.0.7"
},
"main": "./index.js",
"bin": {
"live-libs": "./cli.js"
},
"scripts": {
"test": "mocha --timeout 15000 --slow 1000"
},
"repository": {
"type": "git",
"url": "https://github.com/consensys/live-libs.git"
},
"license": "MIT License. Copyright Consensys LLC, and authors. All rights reserved.",
"homepage": "https://github.com/consensys/live-libs",
"bugs": {
"url": "https://github.com/consensys/live-libs/issues"
},
"author": "consensys.net",
"authors": [
{
"name": "Dave Hoover",
"email": "[email protected]",
"url": "https://github.com/redsquirrel"
}
]
}