UNPKG

hubot-auth

Version:

Assign roles to users and restrict command access in other scripts

54 lines (53 loc) 1.14 kB
{ "name": "hubot-auth", "description": "Assign roles to users and restrict command access in other scripts", "version": "2.1.0", "author": "Alex Williams (http://github.com/aw)", "contributors": [ "technicalpickles", "tombell", "robertfwest", "superkarn", "omares", "rafaelfranca", "mizzy", "jhubert", "davereid", "patcon", "therealklanni", "nick-woodward" ], "license": "MIT", "keywords": [ "hubot", "hubot-scripts", "authentication", "roles" ], "repository": { "type": "git", "url": "git://github.com/hubot-scripts/hubot-auth.git" }, "bugs": { "url": "https://github.com/hubot-scripts/hubot-auth/issues" }, "dependencies": { "coffee-script": "^1.10.0" }, "devDependencies": { "chai": "^3.5.0", "co": "^4.6.0", "grunt": "^0.4.5", "grunt-contrib-watch": "^1.0.0", "grunt-mocha-test": "^0.12.7", "grunt-release": "^0.13.0", "hubot": "^2.18.0", "hubot-test-helper": "^1.4.4", "matchdep": "^1.0.1", "mocha": "^2.4.5" }, "main": "index.coffee", "scripts": { "test": "grunt test" } }