gerrit-f-button
Version:
Gerrit F button TamperMonkey script
42 lines (41 loc) • 921 B
JSON
{
"name": "gerrit-f-button",
"version": "2.1.4",
"description": "Gerrit F button TamperMonkey script",
"main": "gerrit-f-button.js",
"scripts": {
"build": "NODE_ENV=production rollup -c",
"lint": "eslint src",
"test": "mocha 'src/**/*.test.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amireh/gerrit-f-button.git"
},
"keywords": [
"gerrit",
"f-button",
"browser",
"plugin",
"script"
],
"author": "Ahmad Amireh",
"license": "MIT",
"bugs": {
"url": "https://github.com/amireh/gerrit-f-button/issues"
},
"files": [
"README.md",
"gerrit-f-button.js"
],
"homepage": "https://github.com/amireh/gerrit-f-button#readme",
"devDependencies": {
"chai": "3.5.0",
"eslint": "3.1.1",
"jquery": "3.1.0",
"jsdom": "9.4.1",
"mocha": "2.5.3",
"rollup": "0.34.1",
"rollup-plugin-json": "2.0.1"
}
}