|
- {
- "name": "f8",
- "version": "1.0.0",
- "description": "Fantasy 8Bit (F8) chip emulator",
- "main": "f8.js",
- "scripts": {
- "test": "mocha -R spec --recursive"
- },
- "keywords": [
- "fantasy",
- "8bit",
- "emulator"
- ],
- "author": "Bryan Miller",
- "license": "ISC",
- "devDependencies": {
- "chai": "^4.2.0",
- "mocha": "^6.2.0",
- "sinon": "^7.3.2"
- }
- }
|