mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-03 08:35:29 +02:00
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"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",
|
|
"fs-extra": "^4.0.2",
|
|
"html-entities": "^1.2.1",
|
|
"lodash": "^4.17.4",
|
|
"marked": "^0.3.6",
|
|
"moment": "^2.19.1",
|
|
"node-fetch": "^1.7.3",
|
|
"promise": "^8.0.1",
|
|
"query-string": "^5.0.1",
|
|
"react": "^16.0.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"
|
|
}
|
|
}
|