nervatura
Version:
Open Source Business Management Framework
53 lines (52 loc) • 1.19 kB
JSON
{
"name": "nervatura",
"version": "6.0.5",
"description": "Open Source Business Management Framework",
"keywords": [
"business management",
"open-data",
"customer",
"employee",
"product",
"invoice",
"order",
"offer",
"stock control",
"payment",
"inventory",
"rental",
"project",
"express",
"PDF reporting"
],
"author": "Csaba Kappel <info@nervatura.com> (http://nervatura.com)",
"license": "LGPL-3.0",
"homepage": "http://nervatura.com",
"repository": {
"type": "git",
"url": "git+https://github.com/nervatura/nervatura.git"
},
"bugs": {
"url": "https://github.com/nervatura/nervatura/issues"
},
"engines": {
"node": ">= 6"
},
"files": [
"postinstall.js"
],
"scripts": {
"postinstall": "node postinstall.js install",
"preuninstall": "node postinstall.js uninstall"
},
"service": {
"name": "nervatura",
"path": "./bin",
"url": "https://github.com/nervatura/nervatura/releases/download/v{{version}}/nervatura_{{version}}_{{platform}}_{{arch}}.tar.gz"
},
"dependencies": {
"mkdirp": "^3.0.1",
"request": "^2.88.2",
"tar": "^7.5.2"
}
}