UNPKG

1.18 kBJSONView Raw
1{
2 "name": "hubot-tangocard-highfive",
3 "version": "0.2.7",
4 "description": "Hubot plugin for high-fiving and optionally sending gift cards to chat users",
5 "main": "index.coffee",
6 "scripts": {
7 "test": "mocha --compilers coffee:coffee-script/register test/*"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/ben/hubot-tangocard-highfive"
12 },
13 "keywords": [
14 "hubot",
15 "hubotscripts",
16 "tangocard"
17 ],
18 "author": "Ben Straub <ben@straub.cc>",
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/ben/hubot-tangocard-highfive/issues"
22 },
23 "homepage": "https://github.com/ben/hubot-tangocard-highfive",
24 "devDependencies": {
25 "chai": "^1.10.0",
26 "gulp": "^3.8.10",
27 "gulp-clean": "^0.3.1",
28 "gulp-coffee": "^2.2.0",
29 "gulp-coffeelint": "^0.4.0",
30 "gulp-mocha": "^2.0.0",
31 "gulp-util": "^3.0.1",
32 "gulp-watch": "^3.0.0",
33 "hubot": "^2.9.3",
34 "hubot-mock-adapter": "^1.0.0",
35 "mocha": "^2.0.1",
36 "nock": "^0.51.0"
37 },
38 "dependencies": {
39 "coffee-script": "^1.8.0",
40 "edit-google-spreadsheet": "^0.2.13",
41 "ip": "^0.3.2",
42 "lodash": "^3.6.0",
43 "moment": "^2.8.4"
44 }
45}