-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 844 Bytes
/
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
{
"name": "hubot-mayer-imbiss",
"description": "Hubot script package for quick access to the Tageskarte of the second Metzger on the Venloer Straße",
"version": "0.0.6",
"author": "madflow <madflow@localhost>",
"license": "WFYBPL",
"keywords": [
"hubot",
"mayer-imbiss",
"hubot-scripts"
],
"repository": {
"type": "git",
"url": "git://github.com/madflow/hubot-mayer-imbiss.git"
},
"bugs": {
"url": "https://github.com/madflow/hubot-mayer-imbiss/issues"
},
"dependencies": {
"cheerio": "^0.18.0",
"coffee-script": "~1.6",
"cool-ascii-faces": "^1.3.3",
"leet": "^1.2.7",
"windows-1252": "^0.1.2"
},
"devDependencies": {
"mocha": "*",
"chai": "*",
"sinon-chai": "*",
"sinon": "*"
},
"main": "index.coffee",
"scripts": {
"test": "script/test"
}
}