keeweb/plugins/keeweb-plugin/package.json

16 lines
326 B
JSON
Raw Normal View History

2017-02-19 19:58:06 +01:00
{
"name": "keeweb-plugin",
2021-01-02 10:38:12 +01:00
"version": "0.1.12",
2017-02-19 19:58:06 +01:00
"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"
}
}