mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 21:52:31 -05:00
17 lines
514 B
JSON
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"
|
|
}
|
|
}
|