diff options
author | obscuren <geffobscura@gmail.com> | 2015-01-09 20:01:21 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-01-09 20:01:21 +0800 |
commit | 18d8bf4b9cf5ac405aaefd5c949a4ccd26847a02 (patch) | |
tree | 5950aa2278d7aaa858155001c9b92d65f10a000c /cmd/mist/assets/ext/ethereum.js/bower.json | |
parent | aee82d3196711f0dc46a625e31dc3a642e4e889b (diff) | |
download | go-tangerine-18d8bf4b9cf5ac405aaefd5c949a4ccd26847a02.tar go-tangerine-18d8bf4b9cf5ac405aaefd5c949a4ccd26847a02.tar.gz go-tangerine-18d8bf4b9cf5ac405aaefd5c949a4ccd26847a02.tar.bz2 go-tangerine-18d8bf4b9cf5ac405aaefd5c949a4ccd26847a02.tar.lz go-tangerine-18d8bf4b9cf5ac405aaefd5c949a4ccd26847a02.tar.xz go-tangerine-18d8bf4b9cf5ac405aaefd5c949a4ccd26847a02.tar.zst go-tangerine-18d8bf4b9cf5ac405aaefd5c949a4ccd26847a02.zip |
updated ethereum.js
Diffstat (limited to 'cmd/mist/assets/ext/ethereum.js/bower.json')
-rw-r--r-- | cmd/mist/assets/ext/ethereum.js/bower.json | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/cmd/mist/assets/ext/ethereum.js/bower.json b/cmd/mist/assets/ext/ethereum.js/bower.json new file mode 100644 index 000000000..cedae9023 --- /dev/null +++ b/cmd/mist/assets/ext/ethereum.js/bower.json @@ -0,0 +1,51 @@ +{ + "name": "ethereum.js", + "namespace": "ethereum", + "version": "0.0.3", + "description": "Ethereum Compatible JavaScript API", + "main": ["./dist/ethereum.js", "./dist/ethereum.min.js"], + "dependencies": { + "es6-promise": "#master" + }, + "repository": { + "type": "git", + "url": "https://github.com/ethereum/ethereum.js.git" + }, + "homepage": "https://github.com/ethereum/ethereum.js", + "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@ethdev.com", + "homepage": "https://github.com/cubedro" + } + ], + "license": "LGPL-3.0", + "ignore": [ + "example", + "lib", + "node_modules", + "package.json", + ".bowerrc", + ".editorconfig", + ".gitignore", + ".jshintrc", + ".npmignore", + ".travis.yml", + "gulpfile.js", + "index.js", + "**/*.txt" + ] +}
\ No newline at end of file |