소스 검색

Initial commit for F8

master
Bryan Miller 5 년 전
커밋
52f0e1c7f1
2개의 변경된 파일18개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      .gitignore
  2. +16
    -0
      package.json

+ 2
- 0
.gitignore 파일 보기

@@ -0,0 +1,2 @@

node_modules/*

+ 16
- 0
package.json 파일 보기

@@ -0,0 +1,16 @@
{
"name": "f8",
"version": "1.0.0",
"description": "Fantasy 8Bit (F8) chip emulator",
"main": "f8.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"fantasy",
"8bit",
"emulator"
],
"author": "Bryan Miller",
"license": "ISC"
}

Loading…
취소
저장