web3.js/bower.json

48 lines
1005 B
JSON

{
"name": "ethereum.js",
"namespace": "ethereum",
"version": "0.0.1",
"description": "Ethereum Compatible JavaScript API",
"main": "dist/ethereum.js",
"scripts": ["dist/ethereum.js", "dist/ethereum.min.js"],
"dependencies": {
"es6-promise": "#master"
},
"repository": {
"type": "git",
"url": "https://github.com/ethereum/ethereum.js.git"
},
"bugs": {
"url": "https://github.com/ethereum/ethereum.js/issues"
},
"keywords": [
"ethereum",
"javascript",
"API"
],
"authors": [
{
"name": "Marek Kotewicz",
"email": "marek@ethdev.com",
"homepage": "https://github.com/debris"
},
{
"name": "Marian Oancea",
"email": "marian.oancea@gmail.com",
"homepage": "https://github.com/cubedro"
}
],
"license": "LGPL-3.0",
"ignore": [
"example",
"lib",
"node_modules",
"package.json",
".editorconfig",
".gitignore",
".jshintrc",
".travis.yml",
"*.js",
"**/*.txt"
]
}