-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
45 lines (45 loc) · 1.15 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
42
43
44
45
{
"name": "hubot-tangocard-highfive",
"version": "0.2.7",
"description": "Hubot plugin for high-fiving and optionally sending gift cards to chat users",
"main": "index.coffee",
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register test/*"
},
"repository": {
"type": "git",
"url": "https://github.com/ben/hubot-tangocard-highfive"
},
"keywords": [
"hubot",
"hubotscripts",
"tangocard"
],
"author": "Ben Straub <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ben/hubot-tangocard-highfive/issues"
},
"homepage": "https://github.com/ben/hubot-tangocard-highfive",
"devDependencies": {
"chai": "^1.10.0",
"gulp": "^3.8.10",
"gulp-clean": "^0.3.1",
"gulp-coffee": "^2.2.0",
"gulp-coffeelint": "^0.4.0",
"gulp-mocha": "^2.0.0",
"gulp-util": "^3.0.1",
"gulp-watch": "^3.0.0",
"hubot": "^2.9.3",
"hubot-mock-adapter": "^1.0.0",
"mocha": "^2.0.1",
"nock": "^0.51.0"
},
"dependencies": {
"coffee-script": "^1.8.0",
"edit-google-spreadsheet": "^0.2.13",
"ip": "^0.3.2",
"lodash": "^3.6.0",
"moment": "^2.8.4"
}
}