hammerheadjs
Version:
An array based virtual machine written in Nodejs
30 lines (29 loc) • 723 B
JSON
{
"name": "hammerheadjs",
"version": "0.0.1",
"description": "An array based virtual machine written in Nodejs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"compiler",
"virtualmachine",
"vm",
"languages",
"interpreter"
],
"author": "Joshua Weinstein <jweinst1@berkeley.edu> (https://github.com/jweinst1)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/jweinst1/HammerHeadJS.git"
},
"bugs": {
"url": "https://github.com/jweinst1/HammerHeadJS/issues"
},
"homepage": "https://github.com/jweinst1/HammerHeadJS#readme",
"preferGlobal": true,
"bin": {
"hammerhead": "Main.js"
}
}