aboutsummaryrefslogtreecommitdiffstats
path: root/bower.json
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-16 23:49:50 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-16 23:49:50 +0800
commit1c4d8f36e4c11944c4c819c822fdd44ff34f962b (patch)
tree45ff55da30674918efde7c35da7774a3e8946461 /bower.json
parentde4ea8e6f41459f1f3f44ee144381dd62671e866 (diff)
parente94da808cb2a9f0493b42e5e572f6aed78de5ee3 (diff)
downloaddexon-1c4d8f36e4c11944c4c819c822fdd44ff34f962b.tar
dexon-1c4d8f36e4c11944c4c819c822fdd44ff34f962b.tar.gz
dexon-1c4d8f36e4c11944c4c819c822fdd44ff34f962b.tar.bz2
dexon-1c4d8f36e4c11944c4c819c822fdd44ff34f962b.tar.lz
dexon-1c4d8f36e4c11944c4c819c822fdd44ff34f962b.tar.xz
dexon-1c4d8f36e4c11944c4c819c822fdd44ff34f962b.tar.zst
dexon-1c4d8f36e4c11944c4c819c822fdd44ff34f962b.zip
Merge commit '29333fc213b62b27ef826616cf77430947fb6eab' into ethereumjs
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/bower.json b/bower.json
index cedae9023..3c5d2d33e 100644
--- a/bower.json
+++ b/bower.json
@@ -1,11 +1,12 @@
{
"name": "ethereum.js",
"namespace": "ethereum",
- "version": "0.0.3",
+ "version": "0.0.8",
"description": "Ethereum Compatible JavaScript API",
"main": ["./dist/ethereum.js", "./dist/ethereum.min.js"],
"dependencies": {
- "es6-promise": "#master"
+ "es6-promise": "#master",
+ "bignumber.js": ">=2.0.0"
},
"repository": {
"type": "git",
@@ -48,4 +49,4 @@
"index.js",
"**/*.txt"
]
-} \ No newline at end of file
+}