2017-11-03 01:26:08 +02:00
|
|
|
{
|
|
|
|
"name": "joplin-desktop",
|
2017-11-12 01:13:14 +02:00
|
|
|
"version": "0.10.0",
|
2017-11-03 01:26:08 +02:00
|
|
|
"description": "Joplin for Desktop",
|
|
|
|
"main": "main.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2017-11-13 00:52:54 +02:00
|
|
|
"postinstall": "electron-builder install-app-deps",
|
|
|
|
"pack": "electron-builder --dir",
|
|
|
|
"dist": "electron-builder"
|
2017-11-03 01:26:08 +02: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"
|
|
|
|
},
|
2017-11-13 00:52:54 +02:00
|
|
|
"build": {
|
|
|
|
"appId": "net.cozic.joplin-desktop"
|
|
|
|
},
|
2017-11-03 01:26:08 +02:00
|
|
|
"homepage": "https://github.com/laurent22/joplin#readme",
|
|
|
|
"devDependencies": {
|
2017-11-04 17:42:20 +02:00
|
|
|
"babel-cli": "^6.26.0",
|
|
|
|
"babel-preset-react": "^6.24.1",
|
2017-11-04 13:26:49 +02:00
|
|
|
"electron": "^1.7.9",
|
2017-11-13 00:52:54 +02:00
|
|
|
"electron-builder": "^19.45.4",
|
2017-11-04 13:26:49 +02:00
|
|
|
"electron-rebuild": "^1.6.0"
|
2017-11-03 01:26:08 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-11-03 20:01:24 +02:00
|
|
|
"app-module-path": "^2.2.0",
|
2017-11-08 19:51:55 +02:00
|
|
|
"electron-context-menu": "^0.9.1",
|
2017-11-11 00:18:00 +02:00
|
|
|
"follow-redirects": "^1.2.5",
|
2017-11-04 13:26:49 +02:00
|
|
|
"fs-extra": "^4.0.2",
|
2017-11-10 00:44:10 +02:00
|
|
|
"highlight.js": "^9.12.0",
|
2017-11-05 18:51:03 +02:00
|
|
|
"html-entities": "^1.2.1",
|
2017-11-11 19:36:47 +02:00
|
|
|
"jssha": "^2.3.1",
|
|
|
|
"levenshtein": "^1.0.5",
|
2017-11-04 13:26:49 +02:00
|
|
|
"lodash": "^4.17.4",
|
2017-11-07 01:56:33 +02:00
|
|
|
"markdown-it": "^8.4.0",
|
2017-11-05 18:51:03 +02:00
|
|
|
"marked": "^0.3.6",
|
2017-11-07 23:11:14 +02:00
|
|
|
"md5": "^2.2.1",
|
2017-11-11 00:18:00 +02:00
|
|
|
"mime": "^2.0.3",
|
2017-11-04 13:26:49 +02:00
|
|
|
"moment": "^2.19.1",
|
2017-11-04 15:23:15 +02:00
|
|
|
"node-fetch": "^1.7.3",
|
2017-11-04 13:26:49 +02:00
|
|
|
"promise": "^8.0.1",
|
|
|
|
"query-string": "^5.0.1",
|
2017-11-04 17:42:20 +02:00
|
|
|
"react": "^16.0.0",
|
2017-11-10 00:44:10 +02:00
|
|
|
"react-ace": "^5.5.0",
|
2017-11-04 17:42:20 +02:00
|
|
|
"react-dom": "^16.0.0",
|
|
|
|
"react-redux": "^5.0.6",
|
2017-11-04 14:23:46 +02:00
|
|
|
"redux": "^3.7.2",
|
2017-11-11 00:18:00 +02:00
|
|
|
"sharp": "^0.18.4",
|
2017-11-04 13:26:49 +02:00
|
|
|
"sprintf-js": "^1.1.1",
|
2017-11-04 15:23:15 +02:00
|
|
|
"sqlite3": "^3.1.13",
|
2017-11-11 19:36:47 +02:00
|
|
|
"string-padding": "^1.0.2",
|
|
|
|
"string-to-stream": "^1.1.0",
|
2017-11-04 15:23:15 +02:00
|
|
|
"tcp-port-used": "^0.1.2"
|
2017-11-03 01:26:08 +02:00
|
|
|
}
|
|
|
|
}
|