clabot-fix
Version:
A bot to take the pain out of Contributor License Agreements
57 lines (56 loc) • 1.29 kB
JSON
{
"name": "clabot-fix",
"description": "A bot to take the pain out of Contributor License Agreements",
"version": "0.1.6",
"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": {
"@octokit/rest": "^16.16.0",
"express": "~3.4.8",
"lodash": "~2.4.1",
"qs": "~1.2.1",
"react-scripts": "^3.4.0"
},
"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"
]
}