-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
58 lines (58 loc) · 1.31 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
{
"name": "Ethos",
"version": "0.1.12",
"description": "An Ethereum Browser",
"main": "app://ethos/app/index.html",
"single-instance": true,
"node-remote": "app://ethos",
"scripts": {
"app": "nw .",
"build": "rm -rf dist && grunt"
},
"window": {
"icon": "app/images/icon-tray.ico",
"title": "Ethos",
"toolbar": false,
"frame": true,
"show": false,
"show_in_taskbar": true,
"width": 800,
"height": 500,
"position": "center",
"min_width": 400,
"min_height": 200,
"max_width": 800,
"max_height": 600
},
"author": "Doug A. (d11e9)",
"repository": {
"type": "git",
"url": "https://github.com/projectdnet/ethos.git"
},
"license": "ISC",
"dependencies": {
"auto-launch": "^0.1.18",
"backbone": "^1.2.1",
"backbone.marionette": "^2.4.3",
"body-parser": "^1.13.3",
"browserify": "^11.2.0",
"chokidar": "^1.1.0",
"coffee-script": "^1.9.3",
"coffeeify": "^1.1.0",
"express": "^4.13.3",
"html.js": "^0.12.1",
"ipfs-api": "^2.1.0",
"jdenticon": "^1.3.1",
"jquery": "^2.1.4",
"js-md5": "^0.3.0",
"lessify": "^1.0.1",
"multer": "^1.0.3",
"pnglib": "0.0.1",
"web3": "^0.13.0"
},
"devDependencies": {
"nw": "^0.12.2",
"grunt": "~0.4.5",
"grunt-nw-builder": "^2.0.0"
}
}