diff options
author | obscuren <geffobscura@gmail.com> | 2015-01-28 17:58:43 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-01-28 17:58:43 +0800 |
commit | cb47a9e97ff3f2dcd2d2e6f1a3d39709d6d6a24d (patch) | |
tree | 7038e01d309388ae2872a5fdb7bc21cbd3942076 /cmd/mist/assets/ext/bower.json | |
parent | 8c99a87aa842e8b6cf44281dad1ca10371f109dd (diff) | |
download | dexon-cb47a9e97ff3f2dcd2d2e6f1a3d39709d6d6a24d.tar.gz dexon-cb47a9e97ff3f2dcd2d2e6f1a3d39709d6d6a24d.tar.zst dexon-cb47a9e97ff3f2dcd2d2e6f1a3d39709d6d6a24d.zip |
new ethereum.js
Diffstat (limited to 'cmd/mist/assets/ext/bower.json')
-rw-r--r-- | cmd/mist/assets/ext/bower.json | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/cmd/mist/assets/ext/bower.json b/cmd/mist/assets/ext/bower.json new file mode 100644 index 000000000..e3a9cb3c5 --- /dev/null +++ b/cmd/mist/assets/ext/bower.json @@ -0,0 +1,51 @@ +{ + "name": "ethereum.js", + "namespace": "ethereum", + "version": "0.0.10", + "description": "Ethereum Compatible JavaScript API", + "main": ["./dist/ethereum.js", "./dist/ethereum.min.js"], + "dependencies": { + "bignumber.js": ">=2.0.0" + }, + "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" + ] +} |