-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
40 lines (40 loc) · 910 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
37
38
39
40
{
"name": "hubot-thesimpsons",
"description": "A hubot script to show some Simpsone quotes or imgur.com/r/TheSimpsons images",
"version": "1.1.5",
"license": "MIT",
"contributors": [
{
"name": "Omar Delarosa",
"email": "[email protected]"
},
{
"name": "JJ Ashgar",
"email": "[email protected]"
}
],
"keywords": [
"hubot",
"hubot-scripts"
],
"repository": {
"type": "git",
"url": "[email protected]:hubot-scripts/hubot-thesimpsons.git"
},
"bugs": {
"url": "https://github.com/hubot-scripts/hubot-thesimpsons/issues"
},
"dependencies": {
"coffee-script": "~1.6"
},
"devDependencies": {
"chai": "1.9.2",
"mocha": "3.1.2",
"sinon": "1.10.3",
"sinon-chai": "2.5.0"
},
"main": "index.coffee",
"scripts": {
"test": "mocha -R spec --compilers coffee:coffee-script test/thesimpsons.coffee"
}
}