mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2024-11-25 08:38:30 -05:00
21 lines
453 B
JSON
21 lines
453 B
JSON
|
{
|
||
|
"name": "scratchjr",
|
||
|
"version": "1.1.0",
|
||
|
"description": "ScratchJr",
|
||
|
"private": "true",
|
||
|
"scripts": {
|
||
|
"lint": "eslint src/**"
|
||
|
},
|
||
|
"author": "MIT Media Lab",
|
||
|
"license": "MIT",
|
||
|
"devDependencies": {
|
||
|
"esformatter": "^0.8.1",
|
||
|
"esformatter-braces": "^1.2.1",
|
||
|
"esformatter-dot-notation": "^1.3.1",
|
||
|
"esformatter-quotes": "^1.0.3",
|
||
|
"esformatter-semicolons": "^1.1.2",
|
||
|
"eslint": "^1.10.3"
|
||
|
},
|
||
|
"dependencies": {}
|
||
|
}
|