mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 13:42:27 -05:00
Add electron and stub start script
This commit is contained in:
parent
876f185f53
commit
0c8a186455
2 changed files with 1242 additions and 0 deletions
1239
package-lock.json
generated
1239
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -1,14 +1,17 @@
|
|||
{
|
||||
"name": "scratch-desktop",
|
||||
"productName": "Scratch 3.0",
|
||||
"version": "0.1.0",
|
||||
"description": "Scratch 3.0 as a self-contained desktop application",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "electron node_modules/scratch-gui/build/index.html",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "Massachusetts Institute of Technology",
|
||||
"license": "BSD-3-Clause",
|
||||
"devDependencies": {
|
||||
"electron": "^2.0.8",
|
||||
"scratch-gui": "0.1.0-prerelease.20180906152311"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue