Fantasy 8Bit system (F8), is a fantasy 8bit console and a set of libraries for creating fantasy 8bit consoles.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
378B

  1. {
  2. "name": "f8",
  3. "version": "1.0.0",
  4. "description": "Fantasy 8Bit (F8) chip emulator",
  5. "main": "f8.js",
  6. "scripts": {
  7. "test": "mocha -R spec --recursive"
  8. },
  9. "keywords": [
  10. "fantasy",
  11. "8bit",
  12. "emulator"
  13. ],
  14. "author": "Bryan Miller",
  15. "license": "ISC",
  16. "devDependencies": {
  17. "chai": "^4.2.0",
  18. "mocha": "^6.2.0",
  19. "sinon": "^7.3.2"
  20. }
  21. }