2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 03:29:00 +00:00
books/package.json
2018-03-26 17:44:27 +05:30

16 lines
265 B
JSON

{
"name": "frappe-accounting",
"version": "1.0.0",
"main": "start.js",
"license": "MIT",
"scripts": {
"test": "mocha tests",
"start": "nodemon start.js"
},
"dependencies": {
"frappejs": "link:../frappejs"
},
"devDependencies": {
}
}