UNPKG

775 BJSONView Raw
1{
2 "name": "hubot-praise",
3 "description": "A hubot script that you can use to praise a coworker, send them an awesome gif and high five them",
4 "version": "0.0.5",
5 "author": "Marthyn Olthof",
6 "name": "hubot-praise",
7 "license": "MIT",
8
9 "keywords": [
10 "hubot",
11 "hubot-scripts",
12 "praise",
13 "high",
14 "five",
15 "coworker"
16 ],
17
18 "repository": {
19 "type": "git",
20 "url": "git@github.com:marthyn/hubot-praise.git"
21 },
22
23 "bugs": {
24 "url": "https://github.com/marthyn/hubot-praise/issues"
25 },
26
27 "dependencies": {
28 "coffee-script": "*"
29 },
30
31 "devDependencies": {
32 "chai": "*",
33 "mocha": "*",
34 "hubot": "*",
35 "sinon": "*",
36 "sinon-chai": "*"
37 },
38
39 "main": "index.coffee",
40
41 "scripts": {
42 "test": "script/test"
43 }
44}