forked from llaske/sugarizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·39 lines (39 loc) · 959 Bytes
/
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
{
"name": "Sugarizer",
"version": "1.5.0",
"main": "main.js",
"scripts": {
"start": "electron .",
"dist": "electron-builder -mw"
},
"repository": "https://github.com/llaske/sugarizer",
"author": "Lionel Laské <[email protected]>",
"description": "A taste of Sugar on any device",
"license": "Apache-2.0",
"dependencies": {
"electron": "~9.4.0",
"ini": "~1.3.6",
"requirejs": "~2.3.5",
"tmp": "~0.1.0"
},
"devDependencies": {
"grunt": "~1.3.0",
"grunt-contrib-jshint": "~2.1.0",
"grunt-contrib-nodeunit": "~2.1.0",
"grunt-terser": "~1.0.0"
},
"build": {
"appId": "org.olpc-france.sugarizer",
"copyright": "Copyright © 2013-2020, Lionel Laské, Sugar Labs Inc. and Contributors",
"productName": "Sugarizer",
"electronVersion": "9.4.0",
"mac": {
"category": "public.app-category.education"
},
"win": {
"target": [
"nsis"
]
}
}
}