2014-11-05 19:46:01 +02:00
|
|
|
{
|
2015-04-07 04:39:47 +02:00
|
|
|
"name": "web3",
|
2014-11-05 19:46:01 +02:00
|
|
|
"namespace": "ethereum",
|
2015-04-11 11:41:24 +02:00
|
|
|
"version": "0.2.7",
|
2015-04-02 19:37:13 +03:00
|
|
|
"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
|
2014-11-05 19:46:01 +02:00
|
|
|
"main": "./index.js",
|
|
|
|
"directories": {
|
2014-11-06 22:51:37 +02:00
|
|
|
"lib": "./lib"
|
2014-11-05 19:46:01 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2015-04-10 12:22:45 +02:00
|
|
|
"bignumber.js": "debris/bignumber.js#master",
|
2015-02-16 22:49:26 +01:00
|
|
|
"xmlhttprequest": "*"
|
2014-11-05 19:46:01 +02:00
|
|
|
},
|
2015-03-16 08:08:29 +00:00
|
|
|
"browser": {
|
|
|
|
"xmlhttprequest": "./lib/utils/browser-xhr.js"
|
|
|
|
},
|
2014-11-05 19:46:01 +02:00
|
|
|
"devDependencies": {
|
2014-11-06 00:37:07 +02:00
|
|
|
"bower": ">=1.3.0",
|
2014-11-06 00:44:40 +02:00
|
|
|
"browserify": ">=6.0",
|
2015-03-07 19:18:22 +01:00
|
|
|
"chai": "^2.1.1",
|
2015-02-17 12:11:57 +01:00
|
|
|
"coveralls": "^2.11.2",
|
2014-11-06 00:37:07 +02:00
|
|
|
"del": ">=0.1.1",
|
2014-11-06 22:51:37 +02:00
|
|
|
"exorcist": "^0.1.6",
|
2014-11-06 00:49:50 +02:00
|
|
|
"gulp": ">=3.4.0",
|
2014-11-06 00:44:40 +02:00
|
|
|
"gulp-jshint": ">=1.5.0",
|
|
|
|
"gulp-rename": ">=1.2.0",
|
2015-03-12 17:28:33 +01:00
|
|
|
"gulp-replace": "^0.5.3",
|
2015-02-17 12:11:57 +01:00
|
|
|
"gulp-streamify": "0.0.5",
|
2014-11-06 00:44:40 +02:00
|
|
|
"gulp-uglify": ">=1.0.0",
|
2015-02-17 12:11:57 +01:00
|
|
|
"istanbul": "^0.3.5",
|
2014-11-06 22:51:37 +02:00
|
|
|
"jshint": ">=2.5.0",
|
2015-03-05 23:17:49 +01:00
|
|
|
"karma": "^0.12.31",
|
|
|
|
"karma-browserify": "^4.0.0",
|
|
|
|
"karma-chrome-launcher": "^0.1.7",
|
|
|
|
"karma-firefox-launcher": "^0.1.4",
|
|
|
|
"karma-mocha": "^0.1.10",
|
|
|
|
"karma-safari-launcher": "^0.1.1",
|
2015-02-16 22:49:26 +01:00
|
|
|
"mocha": ">=2.1.0",
|
2015-03-21 21:59:38 +01:00
|
|
|
"sandboxed-module": "^2.0.0",
|
2015-02-17 12:11:57 +01:00
|
|
|
"vinyl-source-stream": "^1.0.0"
|
2014-11-05 19:46:01 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "gulp",
|
|
|
|
"watch": "gulp watch",
|
2015-03-11 10:25:04 +01:00
|
|
|
"lint": "jshint *.js lib",
|
2015-02-16 22:49:26 +01:00
|
|
|
"test": "mocha",
|
2015-03-06 10:06:50 +01:00
|
|
|
"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose",
|
2015-03-06 21:37:44 +01:00
|
|
|
"karma": "./node_modules/karma/bin/karma start --singleRun=true --browsers=\"Firefox\""
|
2014-11-05 19:46:01 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2015-04-10 00:22:46 +02:00
|
|
|
"url": "https://github.com/ethereum/web3.js.git"
|
2014-11-05 19:46:01 +02:00
|
|
|
},
|
2015-04-10 00:22:46 +02:00
|
|
|
"homepage": "https://github.com/ethereum/web3.js",
|
2014-11-05 19:46:01 +02:00
|
|
|
"bugs": {
|
2015-04-10 00:22:46 +02:00
|
|
|
"url": "https://github.com/ethereum/web3.js/issues"
|
2014-11-05 19:46:01 +02:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"ethereum",
|
|
|
|
"javascript",
|
|
|
|
"API"
|
|
|
|
],
|
2014-11-05 20:12:21 +02:00
|
|
|
"author": "ethdev.com",
|
2014-11-05 19:46:01 +02:00
|
|
|
"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",
|
2014-11-10 14:31:51 +02:00
|
|
|
"email": "marian@ethdev.com",
|
2014-11-05 19:46:01 +02:00
|
|
|
"url": "https://github.com/cubedro"
|
2015-02-20 12:40:09 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Fabian Vogelsteller",
|
2015-03-12 21:38:54 +01:00
|
|
|
"email": "fabian@frozeman.de",
|
|
|
|
"homepage": "http://frozeman.de"
|
2015-03-27 09:01:10 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Gav Wood",
|
|
|
|
"email": "g@ethdev.com",
|
|
|
|
"homepage": "http://gavwood.com"
|
2014-11-05 19:46:01 +02:00
|
|
|
}
|
|
|
|
],
|
2014-11-05 20:12:21 +02:00
|
|
|
"license": "LGPL-3.0"
|
2014-11-05 19:46:01 +02:00
|
|
|
}
|