diff options
author | Marian Oancea <contact@siteshop.ro> | 2014-11-06 01:46:01 +0800 |
---|---|---|
committer | Marian Oancea <contact@siteshop.ro> | 2014-11-06 01:46:01 +0800 |
commit | 4be4db5e6cfdde4ba5c1243b2bafeb6bbae3643c (patch) | |
tree | c368675984eb642f13334f2e61f6401d58776863 /bower.json | |
parent | 3e174a08790ca009a2107a3564b179ae1f036c33 (diff) | |
download | go-tangerine-4be4db5e6cfdde4ba5c1243b2bafeb6bbae3643c.tar go-tangerine-4be4db5e6cfdde4ba5c1243b2bafeb6bbae3643c.tar.gz go-tangerine-4be4db5e6cfdde4ba5c1243b2bafeb6bbae3643c.tar.bz2 go-tangerine-4be4db5e6cfdde4ba5c1243b2bafeb6bbae3643c.tar.lz go-tangerine-4be4db5e6cfdde4ba5c1243b2bafeb6bbae3643c.tar.xz go-tangerine-4be4db5e6cfdde4ba5c1243b2bafeb6bbae3643c.tar.zst go-tangerine-4be4db5e6cfdde4ba5c1243b2bafeb6bbae3643c.zip |
Converted to node module
Converted to npm package
Added brower
Added browserify with minification
Updated Readme
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/bower.json b/bower.json new file mode 100644 index 000000000..b4b7a1427 --- /dev/null +++ b/bower.json @@ -0,0 +1,47 @@ +{ + "name": "ethereum.js", + "namespace": "ethereum", + "version": "0.0.1", + "description": "Ethereum Compatible JavaScript API", + "main": "dist/ethereum.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" + ] +}
\ No newline at end of file |