75 lines
1.9 KiB
JSON
75 lines
1.9 KiB
JSON
{
|
|
"name": "noah",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"control-freak": "^1.0.76",
|
|
"git-module": "^0.0.8"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"hmi-dev": "control-freak --user='./hmi/.control-freak'",
|
|
"hmi-local-win": "node .\\node_modules\\control-freak\\bin\\control-freak.js --user=\"C:\\Users\\mc007\\Desktop\\firmware\\hmi\\.control-freak\"",
|
|
"install-modules": "git-module init-modules"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://gitlab.com/plastichub/firmware.git"
|
|
},
|
|
"keywords": [
|
|
"precious",
|
|
"plastic"
|
|
],
|
|
"author": "PlasticHub Ltd.",
|
|
"license": "GPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/plastichub/firmware/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/plastichub/firmware#readme",
|
|
"modules": [
|
|
{
|
|
"name": "print-controller/smoothie",
|
|
"options": {
|
|
"repository": "https://github.com/Smoothieware/Smoothieware.git",
|
|
"directory": "print-controller/smoothie"
|
|
}
|
|
},
|
|
{
|
|
"name": "ref/stats",
|
|
"options": {
|
|
"repository": "https://github.com/RobTillaart/Arduino.git",
|
|
"directory": "ref/stats"
|
|
}
|
|
},
|
|
{
|
|
"name": "ref/dh-auto-reverse",
|
|
"options": {
|
|
"repository": "https://gitlab.com/plastichub/shredder-reverse.git",
|
|
"directory": "ref/dh-auto-reverse"
|
|
}
|
|
},
|
|
{
|
|
"name": "shared/i2c",
|
|
"options": {
|
|
"repository": "https://github.com/felias-fogg/SoftI2CMaster.git",
|
|
"directory": "shared/i2c"
|
|
}
|
|
},
|
|
{
|
|
"name": "ref/arduino",
|
|
"options": {
|
|
"repository": "https://github.com/arduino/Arduino.git",
|
|
"directory": "ref/arduino"
|
|
}
|
|
},
|
|
{
|
|
"name": "ref/factory",
|
|
"options": {
|
|
"repository": "https://gitlab.com/plastichub/factory.git",
|
|
"directory": "ref/factory"
|
|
}
|
|
}
|
|
]
|
|
}
|