forked from uWhisp/hubot-db-heimdall
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.01 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
{
"name": "hubot-db-heimdall",
"description": "Hubot script to manage access to MySQL databases usign Hashicorp's vault tool",
"version": "0.1.0",
"author": "iuri aranda <[email protected]>",
"license": "MIT",
"keywords": [
"hubot",
"hubot-scripts",
"script",
"MySQL",
"vault",
"AWS"
],
"repository": "uwhisp/hubot-db-heimdall",
"dependencies": {
"aws-sdk": "2.1.38",
"coffee-script": "~1.6.3",
"config": "1.14.0",
"node-uuid": "1.4.3",
"swig": "1.4.2",
"underscore": "1.8.3"
},
"devDependencies": {
"chai": "~1.9.0",
"coveralls": "^2.11.3",
"hubot": "2.13.2",
"hubot-auth": "1.2.0",
"hubot-mock-adapter": "~1.0.0",
"istanbul": "^0.3.17",
"mocha": "~1.18.2",
"sinon": "~1.15.4"
},
"main": "index.coffee",
"scripts": {
"test": "mocha --compilers coffee:coffee-script --reporter spec",
"cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec --compilers coffee:coffee-script"
}
}