-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.22 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
{
"name": "firebox",
"description": "SDK on top of Firefox for building desktop apps using HTML/CSS/JS",
"version": "0.2.0",
"keywords": [
"firebox",
"gecko",
"firefox",
"application",
"jetpack",
"mozilla"
],
"homepage": "https://github.com/Gozala/firebox",
"repository": {
"type": "git",
"url": "https://github.com/Gozala/firebox.git",
"web": "https://github.com/Gozala/firebox"
},
"bugs": {
"url": "http://github.com/Gozala/firebox/issues/"
},
"preferences": {
"browser.tabs.remote.autostart": true,
"browser.chromeURL": "chrome://firebox/content/shell.xul",
"full-screen-api.enabled": true,
"dom.webcomponents.enabled": true,
"browser.dom.window.dump.enabled": true,
"dom.mozBrowserFramesEnabled": true,
"dom.ipc.processCount": 100000,
"dom.webapps.useCurrentProfile": true,
"dom.sysmsg.enabled": true,
"devtools.chrome.enabled": true,
"devtools.apps.forbidden-permissions": "",
"devtools.debugger.forbid-certified-apps": false
},
"licenses": [
{
"type": "MPL",
"version": "2.0",
"url": "http://mozilla.org/MPL/2.0/"
}
],
"dependencies": {
"es6-promise": "^2.0.1",
"winreg": "0.0.12"
}
}