joplin/ElectronClient/app/package.json

37 lines
916 B
JSON
Raw Normal View History

2017-11-02 23:26:08 +00:00
{
"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"
2017-11-02 23:26:08 +00:00
},
"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"
2017-11-02 23:26:08 +00:00
},
"dependencies": {
2017-11-03 18:01:24 +00:00
"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",
2017-11-02 23:26:08 +00:00
"sqlite3": "^3.1.13"
}
}