mirror of
https://github.com/scratchfoundation/scratch-html5.git
synced 2025-02-26 06:03:52 -05:00
20 lines
529 B
JSON
20 lines
529 B
JSON
{
|
|
"name": "scratch-html5",
|
|
"description": "HTML 5 based Scratch project player",
|
|
"repository": "https://github.com/LLK/scratch-html5",
|
|
"scripts": {
|
|
"postinstall": "curl http://code.jquery.com/jquery-1.11.0.min.js > ./test/lib/jquery-1.11.0.min.js",
|
|
"test": "make test"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"jasmine-jquery": "~1.3.3",
|
|
"jscs": "~1.3.0",
|
|
"karma": "~0.10",
|
|
"karma-html2js-preprocessor": "~0.1.0",
|
|
"underscore": "~1.6.0"
|
|
}
|
|
}
|