mips-parser
Version:
MIPS Assembly parser in JavaScript
33 lines (32 loc) • 696 B
JSON
{
"name": "mips-parser",
"version": "0.0.16",
"description": "MIPS Assembly parser in JavaScript",
"repository": {
"type": "git",
"url": "https://github.com/DmitrySoshnikov/mips-parser.git"
},
"bugs": "https://github.com/DmitrySoshnikov/mips-parser/issues",
"main": "index.js",
"scripts": {
"build": "./scripts/build",
"test": "./scripts/test"
},
"bin": {
"mips-parser": "./bin/mips-parser"
},
"keywords": [
"MIPS",
"assembly",
"parser"
],
"author": "Dmitry Soshnikov",
"license": "MIT Style License",
"dependencies": {
"nomnom": "^1.8.1"
},
"devDependencies": {
"syntax-cli": "^0.0.90",
"jest-cli": "^19.0.2"
}
}