-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 1.19 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
{
"name": "ocsstore",
"productName": "OCS-Store",
"version": "2.2.1",
"_versioncode": 9,
"_releaseMeta": "https://github.com/opendesktop/ocsstore/raw/master/release.json",
"description": "OCS-compatible Electron-based frontend.",
"keywords": [
"OCS",
"Opendesktop",
"Electron"
],
"author": "Opendesktop.org",
"license": "GPL-3.0",
"homepage": "https://www.opendesktop.org/",
"repository": "https://github.com/opendesktop/ocsstore",
"main": "app/main.js",
"scripts": {
"start": "electron .",
"debug": "electron . --debug",
"test": "echo \"Error: no test specified\" && exit 1",
"package": "electron-packager . ocsstore --platform=linux --arch=x64 --out=out --overwrite --ignore='(\\.gitignore|\\.travis\\.yml|Makefile|package\\-lock\\.json|README\\.md|release\\.json|desktop|launcher|pkg|scripts/.+\\.sh|debian|appimage\\.sh|appimagetool|squashfs\\-root|build_.+)($|/)'"
},
"dependencies": {
"electron-config": "1.0.0",
"import-export": "1.0.1",
"request": "2.81.0",
"js": "git://github.com/akiraohgaki/js.git#4fd4592fe0b4d4a107fbda6c1633f8bcd4e152b4"
},
"devDependencies": {
"electron": "1.7.5",
"electron-packager": "8.7.2"
}
}