-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.31 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
51
52
53
54
55
{
"name": "hubot-civ2",
"description": "A hubot scripts that pilots civ2 tasks",
"version": "0.0.0",
"author": "Yan <[email protected]>",
"license": "MIT",
"keywords": [
"hubot",
"stoic",
"internal",
"civ2"
],
"repository": {
"type": "git",
"url": "git://github.com/hubot-scripts/hubot-civ2.git"
},
"bugs": {
"url": "https://github.com/hubot-scripts/hubot-civ2/issues"
},
"dependencies": {
"@octokit/rest": "^18.12.0",
"aws-sdk": "^2.1029.0",
"aws-sdk-mock": "^5.5.1",
"coffee-script": "^1.12.7",
"debug": "^4.3.2",
"github-api": "^3.4.0",
"jenkins": "^0.28.1",
"jira-connector": "^3.1.0",
"jira.js": "^2.8.0",
"jira2md": "^2.1.0",
"request": "^2.88.2",
"request-promise": "^4.2.6"
},
"devDependencies": {
"chai": "^4.3.4",
"eslint": "^8.2.0",
"grunt": "^1.4.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-watch": "~1.1.0",
"grunt-mocha-test": "~0.13.3",
"grunt-release": "~0.14.0",
"hubot-test-helper": "^1.9.0",
"matchdep": "~2.0.0",
"mocha": "^9.1.3",
"nock": "^13.2.1",
"prettier": "^2.4.1",
"sinon": "^12.0.1",
"sinon-chai": "^3.7.0"
},
"main": "index.coffee",
"scripts": {
"test": "NODE_ENV=test grunt test",
"test:watch": "NODE_ENV=test grunt test:watch"
}
}