2018-01-08 12:29:49 +00:00
|
|
|
{
|
2018-02-12 16:23:14 +00:00
|
|
|
"name": "frappe-accounting",
|
2018-03-30 17:03:12 +00:00
|
|
|
"description": "Simple Accounting app for everyone",
|
|
|
|
"productName": "Frappe Accounting",
|
2018-05-08 10:16:09 +00:00
|
|
|
"version": "0.0.2",
|
2018-03-30 17:03:12 +00:00
|
|
|
"author": {
|
|
|
|
"name": "Frappe Technologies Pvt. Ltd.",
|
|
|
|
"email": "hello@frappe.io"
|
|
|
|
},
|
|
|
|
"build": {
|
|
|
|
"appId": "io.frappe.accounting"
|
|
|
|
},
|
|
|
|
"main": "main.js",
|
2018-01-08 12:29:49 +00:00
|
|
|
"license": "MIT",
|
2018-02-16 13:14:38 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "mocha tests",
|
2018-07-29 11:50:10 +00:00
|
|
|
"start": "frappe start"
|
2018-02-16 13:14:38 +00:00
|
|
|
},
|
2018-01-08 12:29:49 +00:00
|
|
|
"dependencies": {
|
2018-10-04 09:25:11 +00:00
|
|
|
"frappejs": "^0.0.10"
|
2018-07-29 11:50:10 +00:00
|
|
|
}
|
2018-01-08 12:29:49 +00:00
|
|
|
}
|