-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 903 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 903 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "Delight",
"version": "1.0.0",
"main": "index.js",
"description": "Learn with delight, learn with Delight. Delight is a light-weight code editor and playground that helps connect teacher with students.",
"author": "hACKbUSTER",
"license": "ICS",
"scripts": {
"start": "electron . --enable-logging",
"dev": "NODE_ENV='development' npm run start",
"electron-rebuild": "electron-rebuild",
"pack-mas": "electron-packager . --platform=mas --arch=x64 --icon='./icon/icon.icns' --app-bundle-id='hack.buster.delight' --out=../Build/",
"pack-darwin": "electron-packager . --platform=darwin --arch=x64 --icon='./icon/icon.icns' --app-bundle-id='hack.buster.delight' --out=../Build/"
},
"devDependencies": {
"electron": "^1.4.3",
"electron-rebuild": "^1.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/hACKbUSTER/Delight"
}
}