mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
30 lines
776 B
JSON
30 lines
776 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/",
|
|
"repository": "https://github.com/LaCasemate/fab-manager.git",
|
|
"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-node": "^8.0.0",
|
|
"eslint-plugin-promise": "^4.0.1",
|
|
"eslint-plugin-standard": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"eslint-plugin-import": "^2.14.0"
|
|
}
|
|
}
|