{ "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": { "babel-cli": "^6.26.0", "babel-preset-react": "^6.24.1", "electron": "^1.7.9", "electron-builder": "^19.43.4", "electron-rebuild": "^1.6.0" }, "dependencies": { "app-module-path": "^2.2.0", "electron-context-menu": "^0.9.1", "fs-extra": "^4.0.2", "highlight.js": "^9.12.0", "html-entities": "^1.2.1", "lodash": "^4.17.4", "markdown-it": "^8.4.0", "marked": "^0.3.6", "md5": "^2.2.1", "moment": "^2.19.1", "node-fetch": "^1.7.3", "promise": "^8.0.1", "query-string": "^5.0.1", "react": "^16.0.0", "react-ace": "^5.5.0", "react-dom": "^16.0.0", "react-redux": "^5.0.6", "redux": "^3.7.2", "sprintf-js": "^1.1.1", "sqlite3": "^3.1.13", "tcp-port-used": "^0.1.2" } }