joplin-plugin-quick-html-tags
Version:
Joplin plugin for creating HTML tags quickly.
41 lines (40 loc) • 1.2 kB
JSON
{
"name": "joplin-plugin-quick-html-tags",
"version": "0.2.0",
"description": "Joplin plugin for creating HTML tags quickly.",
"author": "martinkorelic",
"homepage": "https://github.com/martinkorelic/joplin-plugin-quick-html-tags",
"bugs": {
"url": "https://github.com/martinkorelic/joplin-plugin-quick-html-tags/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/martinkorelic/joplin-plugin-quick-html-tags"
},
"scripts": {
"dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive",
"prepare": "npm run dist",
"update": "npm install -g generator-joplin && yo joplin --update"
},
"license": "MIT",
"keywords": [
"joplin",
"joplin-plugin",
"html",
"tags"
],
"devDependencies": {
"@types/node": "^14.0.14",
"chalk": "^4.1.0",
"copy-webpack-plugin": "^6.1.0",
"fs-extra": "^9.0.1",
"glob": "^7.1.6",
"on-build-webpack": "^0.1.0",
"tar": "^6.0.5",
"ts-loader": "^7.0.5",
"typescript": "^3.9.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"yargs": "^16.2.0"
}
}