scratch-desktop/package.json
2018-09-06 11:45:37 -07:00

17 lines
514 B
JSON

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