scratch-vm/package.json

39 lines
1 KiB
JSON
Raw Normal View History

2016-03-28 12:53:44 -04:00
{
2016-04-08 13:10:37 -04:00
"name": "scratch-vm",
"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
},
"main": "./dist.js",
2016-03-28 12:53:44 -04:00
"scripts": {
"prepublish": "./node_modules/.bin/webpack --bail",
"start": "make serve",
"test": "make test"
2016-04-08 13:10:37 -04:00
},
"dependencies": {},
"devDependencies": {
"copy-webpack-plugin": "3.0.1",
"eslint": "2.7.0",
"expose-loader": "0.7.1",
2016-09-24 18:14:52 -04:00
"gh-pages": "0.11.0",
"highlightjs": "8.7.0",
"htmlparser2": "3.9.0",
"json-loader": "0.5.4",
"lodash.defaultsdeep": "4.6.0",
"promise": "7.1.1",
"scratch-blocks": "0.1.0-80849",
"scratch-render": "0.1.0-9f26a",
"script-loader": "0.7.0",
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-09-24 18:14:52 -04:00
"travis-after-all": "1.4.4",
"webpack": "1.13.0",
"webpack-dev-server": "1.14.1"
2016-03-28 12:53:44 -04:00
}
}