8c374f57ed
- was used for hierarchy charts (org charts)
19 lines
449 B
JSON
19 lines
449 B
JSON
{
|
|
"name": "erpnext",
|
|
"description": "Open Source ERP System powered by the Frappe Framework",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/frappe/erpnext.git"
|
|
},
|
|
"homepage": "https://erpnext.com",
|
|
"author": "Frappe Technologies Pvt. Ltd.",
|
|
"license": "GPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/frappe/erpnext/issues"
|
|
},
|
|
"devDependencies": {},
|
|
"dependencies": {
|
|
"onscan.js": "^1.5.2"
|
|
}
|
|
}
|