mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-09 06:21:59 -05:00
23 lines
555 B
JSON
23 lines
555 B
JSON
{
|
|
"name": "scratch-vm",
|
|
"version": "1.0.0",
|
|
"description": "Virtual Machine for Scratch 3.0",
|
|
"author": "Massachusetts Institute of Technology",
|
|
"license": "BSD-3-Clause",
|
|
"homepage": "https://github.com/LLK/scratch-vm#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/LLK/scratch-vm.git"
|
|
},
|
|
"main": "./src/index.js",
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"benchmark": "2.1.0",
|
|
"eslint": "2.7.0",
|
|
"tap": "5.7.1",
|
|
"webpack": "1.13.0"
|
|
}
|
|
}
|