mirror of
https://github.com/scratchfoundation/scratch-flash.git
synced 2024-12-04 21:21:06 -05:00
24 lines
493 B
JSON
24 lines
493 B
JSON
|
{
|
||
|
"name": "Scratch",
|
||
|
"description": "Open source version of the Scratch 2.0 project editor.",
|
||
|
"version": "1.0.0",
|
||
|
"homepage": "http://scratch.mit.edu/",
|
||
|
"main": "./lib/serious-calculations",
|
||
|
"license": "GPL-2.0",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/LLK/scratch-flash.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "node tests/build.js"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 0.10"
|
||
|
},
|
||
|
"dependencies": {},
|
||
|
"devDependencies": {
|
||
|
"flex-sdk": "4.6.0-0"
|
||
|
}
|
||
|
}
|
||
|
|