-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 995 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
{
"name": "slack-api-feature-breakdowns",
"version": "1.0.0",
"description": "Tester apps for Slack API features",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"modals": "nodemon modals/app.js",
"events": "nodemon events/app.js",
"socketmode": "nodemon socketmode/app.js",
"rtm": "nodemon rtm/app.js",
"unfurling": "nodemon unfurling/app.js",
"shortcuts": "nodemon shortcuts/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/richardaspinall/slack-api-feature-breakdowns.git"
},
"author": "Richard Aspinall",
"license": "ISC",
"bugs": {
"url": "https://github.com/richardaspinall/slack-api-feature-breakdowns/issues"
},
"homepage": "https://github.com/richardaspinall/slack-api-feature-breakdowns#readme",
"dependencies": {
"crypto-js": "^4.0.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"superagent": "^6.1.0",
"websocket": "^1.0.33"
}
}