-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
54 lines (54 loc) · 1.24 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
{
"name": "alexandria",
"homepage": "https://alexandria.io",
"bugs": "https://github.com/dloa/alexandria-browser/issues",
"single-instance": false,
"repository": {
"type": "git",
"url": "https://github.com/dloa/alexandria-browser"
},
"license": "GPL-3.0",
"main": "app://host/src/app/index.html",
"version": "0.6.5",
"releaseName": "",
"scripts": {
"test": "grunt --verbose"
},
"window": {
"title": "Alexandria",
"icon": "src/app/img/logo.png",
"toolbar": true,
"frame": true,
"min_width": 960,
"min_height": 520,
"resizable": true,
"show": true,
"position": "center"
},
"dependencies": {
"bitcoin": "~2.3.0",
"express": "^4.12.2",
"json-rpc2": "^0.8.1",
"mime": "^1.3.4",
"underscore": "^1.8.2",
"jplayer": "~2.9.2"
},
"devDependencies": {
"bower": "1.3.8",
"fs-extra": "0.18.4",
"grunt": "~1.0.1",
"grunt-bower-clean": "~0.2.2",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-compress": "^1.3.0",
"grunt-exec": "0.4.x",
"grunt-jsbeautifier": "*",
"grunt-nw-builder": "^2.0.0",
"grunt-shell": "^1.1.1",
"load-grunt-tasks": "0.4.0",
"nw-gyp": "^0.12.2",
"tmp": "0.0.23"
},
"webkit": {
"plugin": true
}
}