scratch-vm/package.json
2016-06-30 18:59:47 -04:00

31 lines
859 B
JSON

{
"name": "scratch-vm",
"version": "0.1.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": {
"htmlparser2": "3.9.0",
"memoizee": "0.3.10",
"promise": "7.1.1",
"scratch-render-webgl": "git+https://github.com/LLK/scratch-render-webgl.git"
},
"devDependencies": {
"eslint": "2.7.0",
"highlightjs": "8.7.0",
"json-loader": "0.5.4",
"scratch-blocks": "git+https://git@github.com/LLK/scratch-blocks.git",
"tap": "5.7.1",
"webpack": "1.13.0",
"webpack-dev-server": "1.14.1"
}
}