scratch-vm/package.json
Andrew Sliwinski f9f47ed103 WIP
2016-04-18 17:20:30 -04:00

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"
}
}