2017-11-02 23:26:08 +00:00
|
|
|
{
|
2017-11-13 17:51:46 +00:00
|
|
|
"name": "Joplin",
|
2018-03-23 17:30:24 +00:00
|
|
|
"version": "1.0.79",
|
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",
|
2018-02-04 17:12:24 +00:00
|
|
|
"postinstall": "node compile-jsx.js && node compile-package-info.js && node ../../Tools/copycss.js --copy-fonts",
|
|
|
|
"compile": "node compile-jsx.js && node compile-package-info.js && node ../../Tools/copycss.js --copy-fonts"
|
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",
|
2018-02-05 22:20:31 +00:00
|
|
|
"extraResources": [
|
|
|
|
"build/icons/*"
|
|
|
|
],
|
2017-11-13 17:51:46 +00:00
|
|
|
"win": {
|
2017-11-16 12:20:25 +00:00
|
|
|
"icon": "../../Assets/Joplin.ico"
|
2017-11-16 18:03:01 +00:00
|
|
|
},
|
2017-12-07 18:17:41 +00:00
|
|
|
"nsis": {
|
|
|
|
"oneClick": false,
|
|
|
|
"allowToChangeInstallationDirectory": true
|
|
|
|
},
|
2017-11-16 18:03:01 +00:00
|
|
|
"mac": {
|
2017-11-16 22:33:45 +00:00
|
|
|
"icon": "../../Assets/macOs.icns",
|
|
|
|
"asar": false
|
|
|
|
},
|
|
|
|
"linux": {
|
2018-02-04 18:31:13 +00:00
|
|
|
"asar": false,
|
|
|
|
"category": "Office"
|
2017-11-13 17:51:46 +00:00
|
|
|
}
|
|
|
|
},
|
2017-11-02 23:26:08 +00:00
|
|
|
"homepage": "https://github.com/laurent22/joplin#readme",
|
|
|
|
"devDependencies": {
|
2018-02-28 18:43:03 +00:00
|
|
|
"ajv": "^6.2.0",
|
2018-02-28 18:56:57 +00:00
|
|
|
"app-builder-bin": "^1.5.0",
|
2017-11-04 15:42:20 +00:00
|
|
|
"babel-cli": "^6.26.0",
|
|
|
|
"babel-preset-react": "^6.24.1",
|
2018-01-23 18:10:30 +00:00
|
|
|
"electron": "^1.7.11",
|
2018-03-16 09:11:10 +00:00
|
|
|
"electron-builder": "^20.5.1"
|
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",
|
2018-02-07 19:02:07 +00:00
|
|
|
"async-mutex": "^0.1.3",
|
2018-01-25 19:01:14 +00:00
|
|
|
"base-64": "^0.1.0",
|
2018-03-14 17:23:19 +00:00
|
|
|
"compare-versions": "^3.1.0",
|
2017-11-08 17:51:55 +00:00
|
|
|
"electron-context-menu": "^0.9.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-12-22 18:58:09 +00:00
|
|
|
"fs-extra": "^5.0.0",
|
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",
|
2018-02-04 17:12:24 +00:00
|
|
|
"katex": "^0.9.0-beta1",
|
2017-11-11 17:36:47 +00:00
|
|
|
"levenshtein": "^1.0.5",
|
2017-11-04 11:26:49 +00:00
|
|
|
"lodash": "^4.17.4",
|
2018-03-19 23:04:48 +00:00
|
|
|
"mark.js": "^8.11.1",
|
2017-11-06 23:56:33 +00:00
|
|
|
"markdown-it": "^8.4.0",
|
2018-02-06 17:58:54 +00:00
|
|
|
"markdown-it-katex": "^2.0.3",
|
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-28 18:47:41 +00:00
|
|
|
"node-notifier": "^5.1.2",
|
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",
|
2018-02-04 18:31:13 +00:00
|
|
|
"sharp": "^0.17.3",
|
2017-12-22 18:58:09 +00:00
|
|
|
"smalltalk": "^2.5.1",
|
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",
|
2018-02-27 20:04:38 +00:00
|
|
|
"tar": "^4.4.0",
|
2017-11-13 17:51:46 +00:00
|
|
|
"tcp-port-used": "^0.1.2",
|
2018-01-25 19:01:14 +00:00
|
|
|
"url-parse": "^1.2.0",
|
2018-01-25 19:01:14 +00:00
|
|
|
"uuid": "^3.1.0",
|
|
|
|
"xml2js": "^0.4.19"
|
2017-11-02 23:26:08 +00:00
|
|
|
}
|
|
|
|
}
|