keeweb-plugins/package.json

25 lines
632 B
JSON
Raw Normal View History

2017-05-06 14:34:00 +02:00
{
"name": "keeweb-plugins",
"version": "1.0.0",
"description": "KeeWeb plugins",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
2017-05-20 12:03:47 +02:00
"start": "npm run-script translations && npm run-script update",
"update": "node scripts/update-plugins.js",
2017-05-06 14:34:00 +02:00
"translations": "node scripts/download-translations.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/keeweb/keeweb-plugins.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/keeweb/keeweb-plugins/issues"
},
"homepage": "https://github.com/keeweb/keeweb-plugins#readme"
}