scratch-desktop/package.json
Christopher Willis-Ford 876f185f53 Initial commit
2018-09-06 11:20:27 -07:00

14 lines
389 B
JSON

{
"name": "scratch-desktop",
"version": "0.1.0",
"description": "Scratch 3.0 as a self-contained desktop application",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Massachusetts Institute of Technology",
"license": "BSD-3-Clause",
"devDependencies": {
"scratch-gui": "0.1.0-prerelease.20180906152311"
}
}