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": {
|
2018-10-21 12:49:58 +00:00
|
|
|
"asarUnpack": [
|
2019-01-12 11:16:11 +00:00
|
|
|
"node_modules/sharp"
|
2018-10-21 12:49:58 +00:00
|
|
|
],
|
|
|
|
"productName": "Frappe Accounting",
|
|
|
|
"appId": "io.frappe.accounting",
|
|
|
|
"directories": {
|
|
|
|
"output": "build"
|
|
|
|
},
|
|
|
|
"files": [
|
2019-01-12 11:16:11 +00:00
|
|
|
"dist/electron"
|
2018-10-21 12:49:58 +00:00
|
|
|
],
|
|
|
|
"dmg": {
|
2019-02-18 05:42:04 +00:00
|
|
|
"contents": [{
|
2018-10-21 12:49:58 +00:00
|
|
|
"x": 410,
|
|
|
|
"y": 150,
|
|
|
|
"type": "link",
|
|
|
|
"path": "/Applications"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"x": 130,
|
|
|
|
"y": 150,
|
|
|
|
"type": "file"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"mac": {
|
2019-01-12 11:16:11 +00:00
|
|
|
"target": "dmg",
|
2018-10-21 12:49:58 +00:00
|
|
|
"icon": "build/icons/icon.icns"
|
|
|
|
},
|
|
|
|
"win": {
|
2019-01-12 11:16:11 +00:00
|
|
|
"target": "nsis",
|
2018-10-21 12:49:58 +00:00
|
|
|
"icon": "build/icons/icon.ico"
|
|
|
|
},
|
|
|
|
"linux": {
|
2019-01-12 11:16:11 +00:00
|
|
|
"target": "AppImage",
|
2018-10-21 12:49:58 +00:00
|
|
|
"icon": "build/icons"
|
|
|
|
}
|
2018-03-30 17:03:12 +00:00
|
|
|
},
|
2018-10-21 07:56:06 +00:00
|
|
|
"main": "dist/electron/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-10-20 12:32:01 +00:00
|
|
|
"start": "frappe start",
|
2019-02-18 05:42:04 +00:00
|
|
|
"electron": "ELECTRON=true frappe start electron",
|
2018-10-23 18:39:22 +00:00
|
|
|
"pack-electron": "cross-env NODE_ENV=production ELECTRON=true frappe build electron",
|
2018-10-21 12:49:58 +00:00
|
|
|
"build-electron": "npm run pack-electron && electron-builder",
|
|
|
|
"postinstall": "electron-builder install-app-deps"
|
2018-02-16 13:14:38 +00:00
|
|
|
},
|
2018-01-08 12:29:49 +00:00
|
|
|
"dependencies": {
|
2019-01-12 11:16:11 +00:00
|
|
|
"cross-env": "^5.2.0",
|
2018-10-21 12:49:58 +00:00
|
|
|
"frappejs": "github:frappe/frappejs",
|
2019-02-18 05:42:04 +00:00
|
|
|
"nodemailer": "^4.7.0",
|
2018-10-22 21:29:07 +00:00
|
|
|
"popper.js": "^1.14.4",
|
2019-02-18 05:42:04 +00:00
|
|
|
"vue-color": "^2.7.0",
|
2018-10-22 21:29:07 +00:00
|
|
|
"vue-toasted": "^1.1.25"
|
2018-07-29 11:50:10 +00:00
|
|
|
}
|
2019-02-18 05:42:04 +00:00
|
|
|
}
|