2
0
mirror of https://github.com/frappe/books.git synced 2024-11-12 16:36:27 +00:00
books/package.json
2018-03-07 17:37:13 +05:30

16 lines
267 B
JSON

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