gigatron/rom/Contrib/PhilThomas/package.json
2025-01-28 19:17:01 +03:00

23 lines
630 B
JSON

{
"name": "gigatron",
"version": "1.0.0",
"description": "Gigatron Emulator",
"main": "index.js",
"scripts": {
"start": "http-server -p 8000 -c-1",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Phil Thomas",
"license": "SEE LICENSE IN LICENSE",
"devDependencies": {},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/PhilThomas/gigatron.git"
},
"bugs": {
"url": "https://github.com/PhilThomas/gigatron/issues"
},
"homepage": "https://github.com/PhilThomas/gigatron#readme"
}