{ "name": "joplin-desktop", "version": "0.0.1", "description": "Joplin for Desktop", "main": "main.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "postinstall": "electron-builder install-app-deps" }, "repository": { "type": "git", "url": "git+https://github.com/laurent22/joplin.git" }, "author": "Laurent Cozic", "license": "MIT", "bugs": { "url": "https://github.com/laurent22/joplin/issues" }, "homepage": "https://github.com/laurent22/joplin#readme", "devDependencies": { "electron": "^1.7.9", "electron-builder": "^19.43.4", "electron-rebuild": "^1.6.0" }, "dependencies": { "app-module-path": "^2.2.0", "fs-extra": "^4.0.2", "lodash": "^4.17.4", "moment": "^2.19.1", "promise": "^8.0.1", "query-string": "^5.0.1", "redux": "^3.7.2", "sprintf-js": "^1.1.1", "sqlite3": "^3.1.13" } }