-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1.19 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "dala-wallet",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:GetDala/dala-wallet.git",
"author": "Ross McEwan <[email protected]>",
"license": "MIT",
"dependencies": {
"@raiden_network/microraiden": "^0.2.0",
"async": "^2.6.1",
"aws-sdk": "^2.201.0",
"big.js": "^5.0.3",
"bunyan": "^1.8.12",
"ethereumjs-tx": "^1.3.3",
"ethereumjs-util": "^5.1.4",
"ethereumjs-wallet": "^0.6.0",
"lodash": "^4.17.5",
"moment": "^2.22.0",
"mysql2": "^1.5.3",
"node-localstorage": "^1.3.0",
"request": "^2.85.0",
"sequelize": "^4.37.7",
"serverless-plugin-custom-domain": "^2.0.0",
"serverless-scriptable-plugin": "^0.7.0",
"serverless-secrets": "^3.0.0-beta.12",
"truffle-contract": "^3.0.3",
"truffle-hdwallet-provider": "^0.0.3",
"uuid": "^3.2.1",
"web3": "0.18.4",
"web3-eth-accounts": "^1.0.0-beta.30",
"web3-provider-engine": "^13.6.0",
"zeppelin-solidity": "^1.5.0",
"zlib": "^1.0.5"
},
"devDependencies": {
"serverless": "^1.26.0",
"serverless-aws-documentation": "^1.0.0",
"serverless-plugin-cfauthorizer": "^0.2.4",
"serverless-prune-plugin": "^1.3.0"
}
}