mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
23 lines
464 B
JSON
23 lines
464 B
JSON
{
|
|
"name": "frappe-accounting",
|
|
"description": "Simple Accounting app for everyone",
|
|
"productName": "Frappe Accounting",
|
|
"version": "0.0.2",
|
|
"author": {
|
|
"name": "Frappe Technologies Pvt. Ltd.",
|
|
"email": "hello@frappe.io"
|
|
},
|
|
"build": {
|
|
"appId": "io.frappe.accounting"
|
|
},
|
|
"main": "main.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "mocha tests",
|
|
"start": "frappe start"
|
|
},
|
|
"dependencies": {
|
|
"frappejs": "^0.0.9"
|
|
}
|
|
}
|