joplin/package.json

23 lines
896 B
JSON
Raw Normal View History

2019-07-29 10:55:39 +00:00
{
"name": "joplin",
"version": "1.0.0",
"description": "[![Donate](https://joplinapp.org/images/badges/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=E8JMYD2LQ8MMA&lc=GB&item_name=Joplin+Development&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted) [![Become a patron](https://joplinapp.org/images/badges/Patreon-Badge.svg)](https://www.patreon.com/joplin)",
2019-07-29 12:10:07 +00:00
"scripts": {
"linter": "./node_modules/.bin/eslint --fix --ext .js --ext .jsx"
},
2019-07-29 10:55:39 +00:00
"repository": {
"type": "git",
"url": "git+https://github.com/laurent22/joplin.git"
},
"license": "MIT",
"devDependencies": {
"eslint": "^6.1.0",
2019-07-29 11:48:43 +00:00
"eslint-config-prettier": "^6.0.0",
2019-07-29 13:58:17 +00:00
"eslint-plugin-autofix": "0.0.8",
2019-07-29 11:48:43 +00:00
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.3",
"prettier": "1.18.2"
},
"dependencies": {}
2019-07-29 10:55:39 +00:00
}