mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 21:52:31 -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",
|
"name": "scratch-desktop",
|
||||||
|
"productName": "Scratch 3.0",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"description": "Scratch 3.0 as a self-contained desktop application",
|
"description": "Scratch 3.0 as a self-contained desktop application",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"start": "electron node_modules/scratch-gui/build/index.html",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"author": "Massachusetts Institute of Technology",
|
"author": "Massachusetts Institute of Technology",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"electron": "^2.0.8",
|
||||||
"scratch-gui": "0.1.0-prerelease.20180906152311"
|
"scratch-gui": "0.1.0-prerelease.20180906152311"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue