aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethtest/package.json
blob: 24141ea2e40d5a9c24a4810cae4ea32e59fa53bb (plain) (blame)
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
  "name": "ethereum.js",
  "namespace": "ethereum",
  "version": "0.0.5",
  "description": "Ethereum Compatible JavaScript API",
  "main": "./index.js",
  "directories": {
    "lib": "./lib"
  },
  "dependencies": {
    "es6-promise": "*",
    "ws": "*",
    "xmlhttprequest": "*"
  },
  "devDependencies": {
    "bower": ">=1.3.0",
    "browserify": ">=6.0",
    "del": ">=0.1.1",
    "envify": "^3.0.0",
    "exorcist": "^0.1.6",
    "gulp": ">=3.4.0",
    "gulp-jshint": ">=1.5.0",
    "gulp-rename": ">=1.2.0",
    "gulp-uglify": ">=1.0.0",
    "jshint": ">=2.5.0",
    "uglifyify": "^2.6.0",
    "unreachable-branch-transform": "^0.1.0",
    "vinyl-source-stream": "^1.0.0"
  },
  "scripts": {
    "build": "gulp",
    "watch": "gulp watch",
    "lint": "gulp lint"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ethereum/ethereum.js.git"
  },
  "homepage": "https://github.com/ethereum/ethereum.js",
  "bugs": {
    "url": "https://github.com/ethereum/ethereum.js/issues"
  },
  "keywords": [
    "ethereum",
    "javascript",
    "API"
  ],
  "author": "ethdev.com",
  "authors": [
    {
      "name": "Jeffery Wilcke",
      "email": "jeff@ethdev.com",
      "url": "https://github.com/obscuren"
    },
    {
      "name": "Marek Kotewicz",
      "email": "marek@ethdev.com",
      "url": "https://github.com/debris"
    },
    {
      "name": "Marian Oancea",
      "email": "marian@ethdev.com",
      "url": "https://github.com/cubedro"
    }
  ],
  "license": "LGPL-3.0"
}