2016-03-28 12:53:44 -04:00
|
|
|
{
|
2016-04-08 13:10:37 -04:00
|
|
|
"name": "scratch-vm",
|
2016-05-10 12:15:27 -04:00
|
|
|
"version": "0.1.0",
|
2016-04-18 17:20:30 -04:00
|
|
|
"description": "Virtual Machine for Scratch 3.0",
|
2016-03-28 12:53:44 -04:00
|
|
|
"author": "Massachusetts Institute of Technology",
|
|
|
|
"license": "BSD-3-Clause",
|
2016-04-08 13:10:37 -04:00
|
|
|
"homepage": "https://github.com/LLK/scratch-vm#readme",
|
2016-03-28 12:53:44 -04:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-04-08 13:10:37 -04:00
|
|
|
"url": "git+ssh://git@github.com/LLK/scratch-vm.git"
|
2016-03-28 12:53:44 -04:00
|
|
|
},
|
2016-04-18 17:20:30 -04:00
|
|
|
"main": "./src/index.js",
|
2016-03-28 12:53:44 -04:00
|
|
|
"scripts": {
|
2016-04-08 13:10:37 -04:00
|
|
|
"test": "make test"
|
|
|
|
},
|
2016-04-26 09:49:52 -04:00
|
|
|
"dependencies": {
|
|
|
|
"htmlparser2": "3.9.0",
|
2016-08-08 15:43:52 -04:00
|
|
|
"promise": "7.1.1"
|
2016-04-26 09:49:52 -04:00
|
|
|
},
|
2016-04-08 13:10:37 -04:00
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "2.7.0",
|
2016-06-01 13:12:32 -04:00
|
|
|
"highlightjs": "8.7.0",
|
2016-04-26 09:49:52 -04:00
|
|
|
"json-loader": "0.5.4",
|
2016-06-01 10:04:56 -04:00
|
|
|
"scratch-blocks": "git+https://git@github.com/LLK/scratch-blocks.git",
|
2016-08-08 15:43:52 -04:00
|
|
|
"scratch-render": "git+https://git@github.com/LLK/scratch-render.git",
|
2016-08-11 22:54:57 -04:00
|
|
|
"stats.js": "0.16.0",
|
2016-04-18 17:20:30 -04:00
|
|
|
"tap": "5.7.1",
|
2016-06-21 14:42:24 -04:00
|
|
|
"webpack": "1.13.0",
|
2016-06-21 15:28:47 -04:00
|
|
|
"webpack-dev-server": "1.14.1"
|
2016-03-28 12:53:44 -04:00
|
|
|
}
|
|
|
|
}
|