forked from stephenyeargin/hubot-github-deployments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.15 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
{
"name": "hubot-github-deployments",
"description": "Integrate with GitHub deployment API",
"version": "1.2.14",
"author": "Stephen Yeargin <[email protected]>",
"homepage": "https://github.com/stephenyeargin/hubot-github-deployments",
"license": "MIT",
"keywords": [
"hubot",
"hubot-scripts",
"github",
"deployment",
"deployment api"
],
"repository": {
"type": "git",
"url": "git://github.com/stephenyeargin/hubot-github-deployments.git"
},
"bugs": {
"url": "https://github.com/stephenyeargin/hubot-github-deployments/issues"
},
"peerDependencies": {
"hubot": ">=2 <10 || 0.0.0-development"
},
"dependencies": {
"githubot": "1.0.1"
},
"devDependencies": {
"chai": "^4.3.10",
"coffee-script": "^1.12.7",
"hubot-test-helper": "^1.9.0",
"husky": "^8.0.3",
"mocha": "^10.2.0",
"nock": "^13.3.3",
"release-it": "^16.2.1",
"sinon": "^16.0.0",
"sinon-chai": "^3.7.0"
},
"main": "index.coffee",
"scripts": {
"release": "release-it",
"test": "mocha --require coffee-script/register \"test/**/*.coffee\" --reporter spec",
"prepare": "husky install"
}
}