mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
17 lines
546 B
JSON
17 lines
546 B
JSON
|
{
|
||
|
"name": "fab-manager",
|
||
|
"version": "2.7.0-dev",
|
||
|
"description": "FabManager is the FabLab management solution. It is web-based, open-source and totally free.",
|
||
|
"keywords": ["fablab", "reservations", "booking", "payment", "project", "documentation"],
|
||
|
"homepage": "http://www.fab-manager.com/",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/LaCasemate/fab-manager/issues",
|
||
|
},
|
||
|
"license": "AGPL-3.0-only",
|
||
|
"devDependencies": {
|
||
|
"eslint": "^5.7.0",
|
||
|
"eslint-config-standard": "^12.0.0",
|
||
|
"eslint-plugin-standard": "^4.0.0"
|
||
|
}
|
||
|
}
|