scratch-vm/package.json

22 lines
471 B
JSON
Raw Normal View History

2016-03-28 12:53:44 -04:00
{
2016-04-08 13:10:37 -04:00
"name": "scratch-vm",
2016-03-28 12:53:44 -04:00
"version": "1.0.0",
"description": "",
"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": "index.js",
"scripts": {
2016-04-08 13:10:37 -04:00
"test": "make test"
},
"devDependencies": {
"benchmark": "2.1.0",
"eslint": "2.7.0",
"tap": "5.7.1"
2016-03-28 12:53:44 -04:00
}
}