-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (40 loc) · 989 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
41
42
43
44
45
46
47
48
{
"name": "hubot-esv",
"description": "Simple ESV passage lookup based on api.esv.org",
"version": "0.0.3",
"author": "Scott A. Williams <[email protected]>",
"license": "MIT",
"keywords": "hubot, hubot-scripts, bible, esv",
"repository": {
"type": "git",
"url": "git://github.com/azusapacificuniversity/hubot-esv.git"
},
"bugs": {
"url": "https://github.com/azusapacificuniversity/hubot-esv/issues"
},
"dependencies": {
},
"peerDependencies": {
"hubot": "3.x"
},
"devDependencies": {
"hubot-test-helper": "^1.3.0",
"chai": "^2.1.1",
"coffee-script": "1.6.3",
"growl": ">=1.10.0",
"grunt": ">=1.5.3",
"grunt-mocha-test": ">=0.13.3",
"hubot": "3.x",
"lodash": ">=4.17.12",
"matchdep": "~2.0.0",
"mocha": ">=5.2.0",
"minimist": ">=1.2.6",
"mocha": ">=5.2.0",
"sinon": "^1.17.0",
"sinon-chai": "^2.8.0"
},
"main": "index.coffee",
"scripts": {
"test": "grunt test"
}
}