2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 11:29:00 +00:00
books/package.json

23 lines
465 B
JSON
Raw Normal View History

2018-01-08 12:29:49 +00:00
{
2018-02-12 16:23:14 +00:00
"name": "frappe-accounting",
"description": "Simple Accounting app for everyone",
"productName": "Frappe Accounting",
2018-05-08 10:16:09 +00:00
"version": "0.0.2",
"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
}