forked from atmos/hubot-deploy
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.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": "@realgeeks/hubot-deploy",
"version": "0.14.0",
"author": "Corey Donohoe <atmos@atmos.org>",
"description": "hubot script for GitHub Flow",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/atmos/hubot-deploy"
},
"keywords": [
"flow",
"github",
"deploy",
"hubot",
"chatops",
"deployment"
],
"homepage": "https://github.com/atmos/hubot-deploy",
"scripts": {
"test": "NODE_ENV=test mocha test/**/*_test.js test/**/**/*_test.js test/**/**/**/*_test.js"
},
"contributors": [
{
"name": "Corey Donohoe",
"email": "atmos@atmos.org"
}
],
"dependencies": {
"fernet": "0.3.1",
"hubot": "^11.2.0",
"inflection": "1.3.6",
"ip-address": "5.0.2",
"octonode": "0.10.2",
"scoped-http-client": "0.11.0",
"sprintf": "0.1.3",
"timeago": "0.1.0"
},
"devDependencies": {
"chai": "~1.0.3",
"hubot-mock-adapter": "1.0.0",
"mocha": "~2.2.5",
"ys-vcr": "0.4.2"
},
"bugs": {
"url": "https://github.com/atmos/hubot-deploy/issues"
},
"license": "MIT"
}