-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"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"
}
}