-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
49 lines (49 loc) · 1.09 KB
/
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
49
{
"name": "hubot-aws",
"version": "0.6.2",
"description": "Hubot masters aws commands",
"repository": {
"type": "git",
"url": "ssh://[email protected]/yoheimuta/hubot-aws.git"
},
"main": "index.coffee",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"async": "0.9.0",
"aws-sdk": "^2.849.0",
"cson": "3.0.1",
"moment": "^2.29.1",
"tsv": "0.2.0",
"underscore": "1.12.1"
},
"keywords": [
"aws",
"hubot",
"hubot-scripts",
"hubot aws",
"hubot-aws",
"aws-cli"
],
"bugs": {
"url": "https://github.com/yoheimuta/hubot-aws/issues"
},
"author": "yoheimuta <[email protected]>",
"license": "MIT",
"devDependencies": {
"coffee-errors": "^0.8.6",
"coffee-script": "^1.10.0",
"coffeelint": "^1.13.0",
"coffeescript": "^2.5.1",
"grunt": "^1.3.0",
"grunt-coffeelint": "0.0.13",
"grunt-contrib-watch": "^0.6.1",
"grunt-jsonlint": "^1.0.4",
"grunt-notify": "^0.4.1",
"grunt-release": "^0.13.0",
"grunt-simple-mocha": "^0.4.0",
"matchdep": "^1.0.0",
"sinon": "^1.17.1"
}
}