-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
50 lines (50 loc) · 1.27 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
50
{
"name": "hubot-aws-cfpb",
"version": "1.1.13",
"description": "CFPB-specific Hubot aws commands. Forked from the excellent https://github.com/yoheimuta/hubot-aws/ and heavily modified for our particular usage needs",
"repository": {
"type": "git",
"url": "https://github.com/cfpb/hubot-aws-cfpb.git"
},
"main": "index.coffee",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"async": "0.9.0",
"aws-sdk": "2.1.23",
"cson": "3.0.1",
"markdown-table": "1.1.1",
"moment": "2.20.1",
"quick-gist": "^1.3.1",
"tsv": "0.2.0",
"underscore": "1.8.3",
"validator": "10.1.0"
},
"keywords": [
"aws",
"hubot",
"hubot-scripts",
"hubot aws",
"aws-cli"
],
"bugs": {
"url": "https://github.com/cfpb/hubot-aws-cfpb/issues"
},
"license": "CC0",
"devDependencies": {
"coffee-errors": "^0.8.6",
"coffee-script": "^1.10.0",
"coffeelint": "^1.13.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"
},
"readmeFilename": "README.md",
"homepage": "https://github.com/cfpb/hubot-aws-cfpb"
}