UNPKG

jenking

Version:

Monitor and manage Jenkins jobs triggered by Gerrit.

54 lines 1.31 kB
{ "name": "jenking", "description": "Monitor and manage Jenkins jobs triggered by Gerrit.", "version": "1.3.0", "homepage": "https://github.com/amireh/jenking", "author": { "name": "Ahmad Amireh", "email": "ahmad@instructure.com", "url": "http://www.instructure.com/" }, "licenses": [], "keywords": [ "gerrit", "jenkins", "instructure" ], "repository": { "type": "git", "url": "git://github.com/amireh/jenking" }, "bugs": { "url": "https://github.com/amireh/jenking/issues" }, "main": "www/dist/jenking.js", "bin": { "jenking": "./bin/jenking" }, "scripts": { "start": "./bin/jenking" }, "devDependencies": { "shelljs": "~0.1.2", "grunt-bumpup": "0.2.x", "grunt-contrib-clean": "^0.5.0", "grunt-contrib-jshint": "~0.6.1", "grunt-contrib-less": "~0.11.x", "grunt-contrib-requirejs": "x", "grunt-contrib-symlink": "^0.3.0", "grunt-contrib-watch": "0.5.x", "grunt-react": "x", "grunt-string-replace": "0.2.x", "grunt-tagrelease": "0.1.x", "jshint-stylish-ex": "^0.2.0", "less": "1.7.x", "react-tools": "x" }, "dependencies": { "glob": "x", "grunt": "~0.4.1", "grunt-contrib-connect": "0.7.x", "grunt-connect-proxy": "^0.1.10", "jenkingd": "1.3.0" } }