mips
Version:
MIPS assembler/interpreter
42 lines (41 loc) • 899 B
JSON
{
"name": "mips",
"version": "0.0.1",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"license": "MIT",
"description": "MIPS assembler/interpreter",
"author": {
"email": "pisacanen@gmail.com",
"name": "Nick Pisacane",
"url": "https://github.com/nickpisacane"
},
"repository": {
"type": "git",
"url": "https://github.com/nickpisacane/mips"
},
"keywords": [
"mips",
"assembler",
"interpreter",
"assembly"
],
"scripts": {
"test": "__TS_PROJECT_PATH__=./test ts-mocha test/**/*.test.ts",
"cln": "rm -rf lib/*",
"build": "tsc"
},
"devDependencies": {
"@types/chai": "^4.0.4",
"@types/mocha": "^2.2.43",
"@types/node": "^8.0.33",
"chai": "^4.1.2",
"mocha": "^4.0.1",
"ts-mocha": "^1.0.3",
"typescript": "^2.5.3",
"watch-run": "^1.2.5"
},
"dependencies": {
"tslib": "^1.8.0"
}
}