Add electron and stub start script

This commit is contained in:
Christopher Willis-Ford 2018-09-06 11:45:37 -07:00
parent 876f185f53
commit 0c8a186455
2 changed files with 1242 additions and 0 deletions

1239
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -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"
} }
} }