2017-11-02 23:26:08 +00:00
|
|
|
{
|
2017-11-13 17:51:46 +00:00
|
|
|
"name": "Joplin",
|
2017-11-23 19:05:37 +00:00
|
|
|
"version": "0.10.25",
|
2017-11-02 23:26:08 +00:00
|
|
|
"description": "Joplin for Desktop",
|
|
|
|
"main": "main.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2017-11-13 17:21:49 +00:00
|
|
|
"pack": "node_modules/.bin/electron-builder --dir",
|
2017-11-13 23:04:27 +00:00
|
|
|
"dist": "node_modules/.bin/electron-builder",
|
2017-11-14 23:01:19 +00:00
|
|
|
"publish": "build -p always",
|
|
|
|
"postinstall": "node compile-jsx.js",
|
|
|
|
"compile": "node compile-jsx.js"
|
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"
|
|
|
|
},
|
2017-11-13 17:51:46 +00:00
|
|
|
"build": {
|
|
|
|
"appId": "net.cozic.joplin-desktop",
|
|
|
|
"win": {
|
2017-11-16 12:20:25 +00:00
|
|
|
"icon": "../../Assets/Joplin.ico"
|
2017-11-16 18:03:01 +00:00
|
|
|
},
|
|
|
|
"mac": {
|
2017-11-16 22:33:45 +00:00
|
|
|
"icon": "../../Assets/macOs.icns",
|
|
|
|
"asar": false
|
|
|
|
},
|
|
|
|
"linux": {
|
|
|
|
"asar": false
|
2017-11-13 17:51:46 +00:00
|
|
|
}
|
|
|
|
},
|
2017-11-02 23:26:08 +00:00
|
|
|
"homepage": "https://github.com/laurent22/joplin#readme",
|
|
|
|
"devDependencies": {
|
2017-11-04 15:42:20 +00:00
|
|
|
"babel-cli": "^6.26.0",
|
|
|
|
"babel-preset-react": "^6.24.1",
|
2017-11-04 11:26:49 +00:00
|
|
|
"electron": "^1.7.9",
|
2017-11-13 13:20:35 +00:00
|
|
|
"electron-builder": "^19.45.4"
|
2017-11-02 23:26:08 +00:00
|
|
|
},
|
2017-11-13 17:21:49 +00:00
|
|
|
"optionalDependencies": {
|
2017-11-13 22:49:09 +00:00
|
|
|
"7zip-bin-mac": "^1.0.1",
|
2017-11-16 18:45:01 +00:00
|
|
|
"7zip-bin-linux": "^1.0.1",
|
2017-11-16 19:21:23 +00:00
|
|
|
"7zip-bin-win": "^2.1.1"
|
2017-11-13 17:21:49 +00:00
|
|
|
},
|
2017-11-02 23:26:08 +00:00
|
|
|
"dependencies": {
|
2017-11-03 18:01:24 +00:00
|
|
|
"app-module-path": "^2.2.0",
|
2017-11-08 17:51:55 +00:00
|
|
|
"electron-context-menu": "^0.9.1",
|
2017-11-13 23:04:27 +00:00
|
|
|
"electron-log": "^2.2.11",
|
|
|
|
"electron-updater": "^2.16.1",
|
2017-11-14 18:02:58 +00:00
|
|
|
"electron-window-state": "^4.1.1",
|
2017-11-10 22:18:00 +00:00
|
|
|
"follow-redirects": "^1.2.5",
|
2017-11-13 17:51:46 +00:00
|
|
|
"form-data": "^2.3.1",
|
2017-11-04 11:26:49 +00:00
|
|
|
"fs-extra": "^4.0.2",
|
2017-11-09 22:44:10 +00:00
|
|
|
"highlight.js": "^9.12.0",
|
2017-11-05 16:51:03 +00:00
|
|
|
"html-entities": "^1.2.1",
|
2017-11-11 17:36:47 +00:00
|
|
|
"jssha": "^2.3.1",
|
|
|
|
"levenshtein": "^1.0.5",
|
2017-11-04 11:26:49 +00:00
|
|
|
"lodash": "^4.17.4",
|
2017-11-06 23:56:33 +00:00
|
|
|
"markdown-it": "^8.4.0",
|
2017-11-05 16:51:03 +00:00
|
|
|
"marked": "^0.3.6",
|
2017-11-07 21:11:14 +00:00
|
|
|
"md5": "^2.2.1",
|
2017-11-10 22:18:00 +00:00
|
|
|
"mime": "^2.0.3",
|
2017-11-04 11:26:49 +00:00
|
|
|
"moment": "^2.19.1",
|
2017-11-04 13:23:15 +00:00
|
|
|
"node-fetch": "^1.7.3",
|
2017-11-04 11:26:49 +00:00
|
|
|
"promise": "^8.0.1",
|
|
|
|
"query-string": "^5.0.1",
|
2017-11-04 15:42:20 +00:00
|
|
|
"react": "^16.0.0",
|
2017-11-09 22:44:10 +00:00
|
|
|
"react-ace": "^5.5.0",
|
2017-11-27 22:50:46 +00:00
|
|
|
"react-datetime": "^2.11.0",
|
2017-11-04 15:42:20 +00:00
|
|
|
"react-dom": "^16.0.0",
|
|
|
|
"react-redux": "^5.0.6",
|
2017-11-04 12:23:46 +00:00
|
|
|
"redux": "^3.7.2",
|
2017-11-10 22:18:00 +00:00
|
|
|
"sharp": "^0.18.4",
|
2017-11-04 11:26:49 +00:00
|
|
|
"sprintf-js": "^1.1.1",
|
2017-11-04 13:23:15 +00:00
|
|
|
"sqlite3": "^3.1.13",
|
2017-11-11 17:36:47 +00:00
|
|
|
"string-padding": "^1.0.2",
|
|
|
|
"string-to-stream": "^1.1.0",
|
2017-11-13 17:51:46 +00:00
|
|
|
"tcp-port-used": "^0.1.2",
|
|
|
|
"uuid": "^3.1.0"
|
2017-11-02 23:26:08 +00:00
|
|
|
}
|
|
|
|
}
|