1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00
fab-manager/package.json

17 lines
546 B
JSON
Raw Normal View History

2018-10-25 12:38:32 +02:00
{
"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"
}
}