-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 947 Bytes
/
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
{
"name": "ethereum-auth",
"version": "1.0.0",
"description": "",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"angular": "^1.5.5",
"angular-animate": "^1.5.5",
"angular-aria": "^1.5.5",
"angular-material": "^1.0.8",
"angular-messages": "^1.5.5",
"angular-mocks": "^1.5.5",
"angular-route": "^1.5.5",
"angular-sanitize": "^1.5.5",
"ethereumjs-tx": "^1.1.1",
"ethereumjs-util": "^4.3.0",
"express": "^4.13.4",
"hooked-web3-provider": "^1.0.0",
"html-loader": "^0.4.3",
"http-proxy-middleware": "^0.13.0",
"js-base64": "^2.1.9",
"json-loader": "^0.5.4",
"jsonwebtoken": "^5.7.0",
"secp256k1": "^3.0.1",
"web3": "^0.15.3",
"webpack": "^1.12.14",
"webpack-dev-middleware": "^1.5.1"
},
"browserify": {
"transform": [ "stringify" ]
}
}