UNPKG

919 BJSONView Raw
1{
2 "name": "hubot-has-no-idea",
3 "version": "1.1.0",
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 "start": "node ./test/server.js"
21 },
22 "homepage": "https://github.com/okize/hubot-has-no-idea/",
23 "repository": {
24 "type": "git",
25 "url": "https://github.com/okize/hubot-has-no-idea.git"
26 },
27 "bugs": {
28 "url": "https://github.com/okize/hubot-has-no-idea/issues"
29 },
30 "dependencies": {
31 "coffee-script": "1.8.x"
32 },
33 "devDependencies": {
34 "mocha": "1.21.x",
35 "chai": "1.9.x",
36 "sinon-chai": "2.5.x",
37 "sinon": "1.8.x"
38 }
39}