1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-25 20:02:58 +01:00

Added xtend to package.json

This commit is contained in:
Simon de la Rouviere 2016-02-15 12:19:08 +02:00
parent a487c8a952
commit 2dd66f3a8f

View File

@ -16,12 +16,13 @@
"eth-store": "^1.1.0",
"ethereumjs-tx": "^0.6.7",
"ethereumjs-util": "^1.3.5",
"faux-jax": "git+https://github.com/kumavis/faux-jax.git#c3648de04804f3895c5b4972750cae5b51ddb103",
"inject-css": "^0.1.1",
"metamask-ui": "^1.0.0",
"readable-stream": "^2.0.5",
"web3": "^0.15.1",
"web3-provider-engine": "^5.0.1",
"faux-jax": "git+https://github.com/kumavis/faux-jax.git#c3648de04804f3895c5b4972750cae5b51ddb103"
"xtend": "^4.0.1"
},
"devDependencies": {
"grunt": "~0.4.1",