aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-16 17:47:43 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-16 17:47:43 +0800
commitfbcc6d0d25d1a9e9eed5be22874e559a2bf49911 (patch)
tree6056a32c84529a56ec64dec7d5e2318066bcee9c /package.json
parentec74fc05d438806ece64fe34b0f28c8f45f5167e (diff)
downloadgo-tangerine-fbcc6d0d25d1a9e9eed5be22874e559a2bf49911.tar.gz
go-tangerine-fbcc6d0d25d1a9e9eed5be22874e559a2bf49911.tar.zst
go-tangerine-fbcc6d0d25d1a9e9eed5be22874e559a2bf49911.zip
BigNumber support
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index b4f180d10..7fe5f409e 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,8 @@
"dependencies": {
"es6-promise": "*",
"ws": "*",
- "xmlhttprequest": "*"
+ "xmlhttprequest": "*",
+ "bignumber.js": ">=2.0.0"
},
"devDependencies": {
"bower": ">=1.3.0",