-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.4 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "sec-wallet",
"version": "1.0.0",
"description": "Hanzo Wallet for SEC demo",
"main": "index.js",
"scripts": {
"test": "sake test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hanzoai/sec-wallet.git"
},
"keywords": [
"sec",
"wallet",
"hanzo"
],
"author": "Hanzo, Inc",
"license": "BSD",
"bugs": {
"url": "https://github.com/hanzoai/sec-wallet/issues"
},
"homepage": "https://github.com/hanzoai/sec-wallet#readme",
"devDependencies": {
"autoprefixer": "9.4.4",
"bebop": "1.15.1",
"clean-css": "4.2.1",
"coffeescript": "2.3.2",
"css-mqpacker": "7.0.0",
"es-raf": "3.3.1",
"esmangle": "1.0.1",
"ie-love": "0.0.3",
"lost": "8.3.0",
"lost-stylus": "0.1.3",
"postcss-discard-comments": "4.0.1",
"poststylus": "1.0.0",
"pug": "2.0.3",
"reeeset": "0.0.8",
"rollup-analyzer": "1.1.0",
"rucksack-css": "1.0.2",
"rupture": "0.7.1",
"sake-bundle": "0.6.14",
"sake-cli": "0.7.2",
"sake-core": "1.6.7",
"sake-linked": "0.1.2",
"sake-outdated": "0.4.4",
"sake-publish": "0.1.17",
"sake-test": "0.2.1",
"sake-version": "0.1.19",
"stylus": "0.54.5"
},
"dependencies": {
"aes-js": "3.1.2",
"astley.js": "0.0.58",
"broken": "0.1.13",
"coin.js": "1.0.25",
"ethers": "4.0.20",
"express": "4.16.4",
"web3-eth": "1.0.0-beta.37"
}
}