forked from ethereum/mist
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.05 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.05 KB
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
{
"name": "Mist-Interface",
"version": "0.1.0",
"description": "Mist interface application",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:interface": "meteor-build-client ../.build-interface -p ''"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethereum/mist.git"
},
"keywords": [
"ethereum",
"mist",
"web3"
],
"author": "Fabian Vogelsteller <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ethereum/mist/issues"
},
"homepage": "https://github.com/ethereum/mist#readme",
"dependencies": {
"@babel/runtime": "^7.0.0-beta.42",
"ethereum-blockies": "git+https://github.com/ethereum/blockies.git",
"moment": "^2.22.2",
"react": "^16.4.1",
"react-blockies": "^1.3.0",
"react-dom": "^16.2.0",
"react-md-spinner": "^0.3.0",
"react-minimal-pie-chart": "^3.0.2",
"react-redux": "^5.0.7",
"redux": "^3.7.2"
},
"devDependencies": {
"meteor-build-client": "^0.4.1"
}
}