-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 929 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
{
"name": "hubot-sqs",
"description": "Send AWS SQS messages to Hubot",
"version": "1.3.0",
"author": "Chris Contolini <[email protected]>",
"license": "CC0",
"keywords": [
"hubot",
"hubot-scripts",
"aws",
"sqs"
],
"repository": {
"type": "git",
"url": "git://github.com/catops/hubot-sqs.git"
},
"bugs": {
"url": "https://github.com/catops/hubot-sqs/issues"
},
"dependencies": {
"aws-sdk": "^2.41.0",
"coffee-script": "~1.10"
},
"devDependencies": {
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-test": "~0.12.7",
"grunt-release": "~0.13.1",
"hubot": "^2.18.0",
"hubot-test-helper": "^1.4.4",
"matchdep": "~1.0.1",
"mocha": "^2.4.5",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0"
},
"main": "index.coffee",
"scripts": {
"test": "grunt test",
"watch": "grunt watch"
}
}