mirror of
https://gitlab.com/jusax23/raspberry-pi-pico-machine-code-emulator.git
synced 2024-11-22 06:36:45 +01:00
25 lines
614 B
JSON
25 lines
614 B
JSON
{
|
|
"name": "compiler",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://gitlab.com/jusax23/raspberry-pi-pico-machine-code-emulator.git"
|
|
},
|
|
"keywords": [
|
|
"raspberry",
|
|
"pi",
|
|
"pico"
|
|
],
|
|
"type":"module",
|
|
"author": "jusax23",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/jusax23/raspberry-pi-pico-machine-code-emulator/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/jusax23/raspberry-pi-pico-machine-code-emulator#readme"
|
|
}
|