v8-cpu/package.json

18 lines
460 B
JSON

{
"name": "asmsimulator",
"version": "0.5.1",
"description": "Simple 8-bit Assembler Simulator in Javascript",
"author": "Marco Schweighauser",
"license": "MIT",
"devDependencies": {
"angular": "~1.4.5",
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.7.0",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-watch": "~0.5.3",
"grunt-php": "^1.5.1",
"load-grunt-tasks": "^3.2.0"
}
}