-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
36 lines (36 loc) · 946 Bytes
/
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
{
"name": "SlackJiraIntegration",
"version": "0.0.1",
"description": "Integration of Webhooks Between Slack and JIRA",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/rnreekez/SlackJiraIntegration.git"
},
"author": "",
"license": "Apache v2",
"bugs": {
"url": "https://github.com/rnreekez/SlackJiraIntegration/issues"
},
"homepage": "https://github.com/rnreekez/SlackJiraIntegration",
"dependencies": {
"lodash": "^2.4.1",
"nconf": "^0.6.9",
"rest": "^1.1.1",
"restify": "^2.8.2"
},
"devDependencies": {
"chai": "^1.9.1",
"glob": "^4.0.5",
"grunt": "^0.4.5",
"grunt-bg-shell": "^2.3.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-develop": "^0.4.0",
"grunt-mocha-test": "^0.11.0",
"load-grunt-tasks": "^0.6.0"
}
}