UNPKG

ketan-clabot

Version:

A bot to take the pain out of Contributor License Agreements

56 lines (55 loc) 1.26 kB
{ "name": "ketan-clabot", "description": "A bot to take the pain out of Contributor License Agreements", "version": "0.1.0", "homepage": "https://github.com/clabot/clabot", "author": { "name": "Stephan Bönnemann", "email": "clabot@excellenteasy.com", "url": "http://excellenteasy.com" }, "repository": { "type": "git", "url": "git://github.com/clabot/clabot.git" }, "bugs": { "url": "https://github.com/clabot/clabot/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/clabot/clabot/blob/master/LICENSE" } ], "main": "src/clabot.js", "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "./node_modules/grunt-cli/bin/grunt test", "prepublish": "./node_modules/grunt-cli/bin/grunt coffee" }, "dependencies": { "github": "~0.1.13", "lodash": "~2.4.1", "express": "~3.4.8", "qs": "~1.2.1" }, "devDependencies": { "grunt": "~0.4.2", "grunt-cli": "~0.1.13", "grunt-contrib-coffee": "~0.10.0", "grunt-contrib-nodeunit": "~0.3.0", "grunt-contrib-watch": "~0.5.3" }, "peerDependencies": { "grunt": "~0.4.2" }, "keywords": [ "CLA", "License", "Contribution", "Bot", "GitHub" ] }