forked from Xerxous/rallyslack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·37 lines (37 loc) · 880 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
37
{
"name": "rallyslack",
"version": "1.0.0",
"description": "The Rally Slackbot is a utility for Slack users to quickly access and modify Rally.",
"main": "index.js",
"dependencies": {
"botkit": "^0.2.2",
"chai": "^3.5.0",
"eslint": "^3.1.1",
"forever-monitor": "^1.7.0",
"fs": "^0.0.2",
"jsonfile": "^2.3.1",
"mocha": "^2.5.3",
"rally": "^0.2.0",
"replace": "^0.3.0",
"request": "^2.73.0",
"sinon": "^1.17.4",
"text-table": "^0.2.0",
"util": "^0.10.3",
"winston": "^2.2.0"
},
"devDependencies": {
"eslint": "^3.0.0"
},
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/paypal/rallyslack"
},
"keywords": [
"rallyslack", "rally", "slack", "slackbot"
],
"author": "Jackson Lim: https://github.com/Xerxous",
"license": "MIT"
}