keeweb/plugins/keeweb-plugin/package.json

16 lines
325 B
JSON

{
"name": "keeweb-plugin",
"version": "0.1.8",
"description": "KeeWeb plugin utils",
"main": "keeweb-plugin.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "antelle",
"license": "MIT",
"keywords": ["keeweb"],
"bin": {
"keeweb-plugin": "keeweb-plugin.js"
}
}