forked from ethereumjs/ethereumjs-connect
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.08 KB
/
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
41
42
43
44
{
"name": "ethereumjs-connect",
"version": "1.2.10",
"description": "Basic Ethereum connection tasks",
"main": "index.js",
"scripts": {
"test": "mocha",
"integration-test": "INTEGRATION_TESTS=true mocha",
"lint": "jshint index.js",
"link": "npm link augur-contracts && npm link ethrpc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethereumjs/ethereumjs-connect.git"
},
"keywords": [
"Ethereum",
"network",
"connection"
],
"author": "Jack Peterson <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ethereumjs/ethereumjs-connect/issues"
},
"homepage": "https://github.com/ethereumjs/ethereumjs-connect#readme",
"dependencies": {
"async": "1.5.2",
"augur-contracts": "2.0.4",
"ethrpc": "1.9.3"
},
"devDependencies": {
"browserify": "^12.0.1",
"chai": "^3.4.1",
"coveralls": "^2.11.6",
"del": "^2.2.0",
"gulp": "^3.9.0",
"istanbul": "^0.4.1",
"it-each": "^0.3.1",
"jshint": "^2.9.2",
"mocha": "^2.3.4",
"uglify-js": "^2.6.1"
}
}