UNPKG

hubot-robin

Version:

A hubot robinpowered integration for getting room occupancy and other data about your office

42 lines (41 loc) 1.05 kB
{ "name": "hubot-robin", "description": "A hubot robinpowered integration for getting room occupancy and other data about your office", "version": "0.1.0", "author": "Santiago Suarez Ordoñez <santiycr@gmail.com>", "license": "MIT", "keywords": "robin, hubot, hubot-scripts", "repository": { "type": "git", "url": "git://github.com/santiycr/hubot-robin.git" }, "bugs": { "url": "https://github.com/santiycr/hubot-robin/issues" }, "dependencies": { "fuzzy": "^0.1.3", "lodash.once": "^4.1.1", "robin-js-sdk": "^0.5.1" }, "peerDependencies": { "hubot": "2.x" }, "devDependencies": { "chai": "^3.5.0", "coffee-script": "^1.12.0", "grunt": "^0.4.5", "grunt-cli": "^0.1.13", "grunt-contrib-watch": "~0.6.1", "grunt-mocha-test": "~0.12.7", "grunt-release": "~0.11.0", "hubot": "2.x", "hubot-test-helper": "^1.5.0", "matchdep": "~0.3.0", "mocha": "^3.2.0", "nock": "^9.0.2" }, "main": "index.js", "scripts": { "test": "grunt test" } }