UNPKG

864 BJSONView Raw
1{
2 "name": "hubot-has-no-idea",
3 "version": "1.0.11",
4 "description": "Hubot script that displays `I have no idea what I'm doing` images",
5 "main": "index.coffee",
6 "author": {
7 "name": "Morgan Wigmanich",
8 "email": "okize123@gmail.com",
9 "url": "https://github.com/okize"
10 },
11 "keywords": [
12 "hubot",
13 "hubot-scripts",
14 "no idea",
15 "i have no idea what i'm doing"
16 ],
17 "license": "MIT",
18 "scripts": {
19 "test": "script/test"
20 },
21 "homepage": "https://github.com/okize/hubot-has-no-idea/",
22 "repository": {
23 "type": "git",
24 "url": "https://github.com/okize/hubot-has-no-idea.git"
25 },
26 "bugs": {
27 "url": "https://github.com/okize/hubot-has-no-idea/issues"
28 },
29 "dependencies": {
30 "coffee-script": "~1.6"
31 },
32 "devDependencies": {
33 "mocha": "*",
34 "chai": "*",
35 "sinon-chai": "*",
36 "sinon": "*"
37 }
38}