quorum/package.json

68 lines
1.5 KiB
JSON
Raw Normal View History

{
"name": "ethereum.js",
"namespace": "ethereum",
"version": "0.0.1",
"description": "Ethereum Compatible JavaScript API",
"main": "./index.js",
"directories": {
2014-11-05 10:12:21 -08:00
"lib": "lib",
"example": "example"
},
"dependencies": {
"es6-promise": "*",
2014-11-05 14:24:10 -08:00
"ws": "*",
"xmlhttprequest": "*"
},
"devDependencies": {
"bower": ">=1.3.0",
2014-11-05 14:44:40 -08:00
"browserify": ">=6.0",
"del": ">=0.1.1",
2014-11-05 14:44:40 -08:00
"gulp": ">=3.8.0",
"gulp-browserify-thin": ">=0.1.0",
"gulp-jshint": ">=1.5.0",
"gulp-rename": ">=1.2.0",
"gulp-uglify": ">=1.0.0",
"jshint": ">=2.5.0"
},
"scripts": {
"build": "gulp",
"watch": "gulp watch",
2014-11-05 10:12:21 -08:00
"lint": "gulp lint"
},
"browser": {
"xmlhttprequest": "./lib/browser_fix/xhr.js"
},
"repository": {
"type": "git",
2014-11-05 10:12:21 -08:00
"url": "https://github.com/cubedro/ethereum.js.git"
},
2014-11-05 10:12:21 -08:00
"homepage": "https://github.com/cubedro/ethereum.js",
"bugs": {
2014-11-05 13:07:13 -08:00
"url": "https://github.com/ethereum/ethereum.js/issues"
},
"keywords": [
"ethereum",
"javascript",
"API"
],
2014-11-05 10:12:21 -08:00
"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.oancea@gmail.com",
"url": "https://github.com/cubedro"
}
],
2014-11-05 10:12:21 -08:00
"license": "LGPL-3.0"
}