34 lines
866 B
JSON
34 lines
866 B
JSON
{
|
|
"name": "@plastichub/firmware",
|
|
"version": "1.1",
|
|
"main": "index.js",
|
|
"family": "OSR",
|
|
"vendor" : "PlasticHub",
|
|
"support" : "support@plastic-hub.com | www.plastic-hub.com",
|
|
"build" : "Asterix-RevB",
|
|
"product" : "Asterix",
|
|
"src" : "https://git.osr-plastic.org/plastichub/firmware/src/branch/master/asterix_max",
|
|
"cid": -1,
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://git.osr-plastic.org/plastichub/firmware.git"
|
|
},
|
|
"keywords": [
|
|
"precious",
|
|
"plastic"
|
|
],
|
|
"author": "PlasticHUB",
|
|
"license": "GPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/plastichub/firmware/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/plastichub/firmware#readme",
|
|
"dependencies": {
|
|
"@xblox/fs": "^0.13.19",
|
|
"simple-git": "^1.131.0"
|
|
}
|
|
}
|