-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1019 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
{
"name": "hubot-cloud66",
"description": "Hubot for Cloud66",
"version": "0.2.3",
"author": "Taufek Johar <[email protected]>",
"license": "MIT",
"keywords": [
"cloud66",
"hubot",
"hubot-scripts",
"slack"
],
"repository": {
"type": "git",
"url": "git://github.com/taufek/hubot-cloud66.git"
},
"bugs": {
"url": "https://github.com/taufek/hubot-cloud66/issues"
},
"dependencies": {
"co": "^4.6.0",
"coffee-script": ">=1.9.0"
},
"peerDependencies": {
"hubot": "2.x"
},
"devDependencies": {
"bluebird": "^3.5.4",
"chai": "^2.1.1",
"grunt": "^1.0.4",
"grunt-cli": "^1.3.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-mocha-test": "~0.12.7",
"grunt-release": "^0.14.0",
"hubot": "^3.3.2",
"hubot-test-helper": "^1.3.0",
"matchdep": "^2.0.0",
"mocha": "^6.1.4",
"nock": "^10.0.6",
"sinon": "^1.13.0",
"sinon-chai": "^2.7.0"
},
"main": "index.coffee",
"scripts": {
"test": "grunt test"
}
}