2014-11-05 19:46:01 +02:00
|
|
|
{
|
|
|
|
"name": "ethereum.js",
|
|
|
|
"namespace": "ethereum",
|
2015-02-17 19:55:36 +01:00
|
|
|
"version": "0.0.15",
|
2014-11-05 19:46:01 +02:00
|
|
|
"description": "Ethereum Compatible JavaScript API",
|
|
|
|
"main": "./index.js",
|
|
|
|
"directories": {
|
2014-11-06 22:51:37 +02:00
|
|
|
"lib": "./lib"
|
2014-11-05 19:46:01 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2015-02-16 22:49:26 +01:00
|
|
|
"bignumber.js": ">=2.0.0",
|
|
|
|
"xmlhttprequest": "*"
|
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-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
|
|
|
"envify": "^3.0.0",
|
|
|
|
"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-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-02-16 22:49:26 +01:00
|
|
|
"mocha": ">=2.1.0",
|
2015-02-17 08:59:19 +01:00
|
|
|
"mocha-lcov-reporter": "0.0.1",
|
2015-02-17 12:11:57 +01:00
|
|
|
"unreachable-branch-transform": "^0.1.0",
|
|
|
|
"vinyl-source-stream": "^1.0.0"
|
2014-11-05 19:46:01 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "gulp",
|
|
|
|
"watch": "gulp watch",
|
2015-01-11 17:54:36 +01:00
|
|
|
"lint": "gulp lint",
|
2015-02-16 22:49:26 +01:00
|
|
|
"test": "mocha",
|
2015-02-17 09:07:55 +01:00
|
|
|
"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
|
2014-11-05 19:46:01 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2014-11-10 14:31:51 +02:00
|
|
|
"url": "https://github.com/ethereum/ethereum.js.git"
|
2014-11-05 19:46:01 +02:00
|
|
|
},
|
2014-11-10 14:31:51 +02:00
|
|
|
"homepage": "https://github.com/ethereum/ethereum.js",
|
2014-11-05 19:46:01 +02:00
|
|
|
"bugs": {
|
2014-11-05 23:07:13 +02:00
|
|
|
"url": "https://github.com/ethereum/ethereum.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"
|
|
|
|
}
|
|
|
|
],
|
2014-11-05 20:12:21 +02:00
|
|
|
"license": "LGPL-3.0"
|
2014-11-05 19:46:01 +02:00
|
|
|
}
|