aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/assets/ext/ethereum.js/bower.json
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-01-09 19:45:09 +0800
committerobscuren <geffobscura@gmail.com>2015-01-09 19:45:09 +0800
commit012a1c25331385aceb94af2a9829a2c6811d31b7 (patch)
tree3559aab7bdca4a269167a49802a061f156bfeea5 /cmd/mist/assets/ext/ethereum.js/bower.json
parent585f259b63db323c87643a235fcbb9dc46d3125f (diff)
downloaddexon-012a1c25331385aceb94af2a9829a2c6811d31b7.tar
dexon-012a1c25331385aceb94af2a9829a2c6811d31b7.tar.gz
dexon-012a1c25331385aceb94af2a9829a2c6811d31b7.tar.bz2
dexon-012a1c25331385aceb94af2a9829a2c6811d31b7.tar.lz
dexon-012a1c25331385aceb94af2a9829a2c6811d31b7.tar.xz
dexon-012a1c25331385aceb94af2a9829a2c6811d31b7.tar.zst
dexon-012a1c25331385aceb94af2a9829a2c6811d31b7.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.json51
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