forked from llaske/sugarizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·39 lines (39 loc) · 967 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.2.0",
"main": "main.js",
"scripts": {
"start": "electron .",
"dist": "electron-builder -mw"
},
"repository": "https://github.com/llaske/sugarizer",
"author": "Lionel Laské <lionel@sugarizer.org>",
"description": "A taste of Sugar on any device",
"license": "Apache-2.0",
"dependencies": {
"requirejs": "~2.3.5",
"electron": "~6.0.0",
"tmp": "~0.1.0",
"ini": "1.1.x"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "~0.5.1"
},
"build": {
"appId": "org.olpc-france.sugarizer",
"copyright": "Copyright © 2013-2019, Lionel Laské, Sugar Labs Inc. and Contributors",
"productName": "Sugarizer",
"electronVersion": "6.0.9",
"mac": {
"category": "public.app-category.education"
},
"win": {
"target": [
"nsis"
]
}
}
}