-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 886 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
{
"name": "hubot-lol-counter",
"version": "1.4.0",
"description": "A hubot script for adding or removing points",
"main": "index.coffee",
"scripts": {
"test": "mocha coffee:coffee-script/register ./test/plusplus.coffee"
},
"repository": {
"type": "git",
"url": "git://github.com/snehitgajjar/hubot-lol-counter.git"
},
"keywords": [
"hubot",
"points",
"plus",
"karma"
],
"author": "Jack Lawson <https://github.com/snehitgajjar>",
"license": "MIT",
"bugs": {
"url": "https://github.com/snehitgajjar/hubot-lol-counter/issues"
},
"dependencies": {
"clark": "0.0.6",
"co": "^4.6.0",
"coffee-script": "~1.6",
"underscore": ">= 1.0"
},
"devDependencies": {
"babel-register": "^6.26.0",
"chai": "*",
"hubot-test-helper": "^1.9.0",
"mocha": "^6.2.1",
"sinon": "*",
"sinon-chai": "*"
}
}