-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
39 lines (39 loc) · 1.09 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
{
"name": "@slack/sample-app-unfurls",
"version": "1.0.0",
"private": true,
"description": "An example Slack app that demonstrates use of App Unfurls",
"scripts": {
"start": "node basic.js",
"basic": "node basic.js",
"interactive": "node interactive.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ankur Oberoi <[email protected]>",
"license": "MIT",
"dependencies": {
"@slack/client": "^3.9.0",
"@slack/events-api": "^1.0.1",
"body-parser": "^1.17.1",
"dotenv": "^4.0.0",
"es6-promisify": "^5.0.0",
"express": "^4.15.2",
"flickr-client": "0.0.4",
"flickr-photo-info": "0.0.1",
"flickr-photo-urls": "0.0.2",
"lodash.find": "^4.6.0",
"lodash.keyby": "^4.6.0",
"lodash.mapvalues": "^4.6.0",
"lodash.omit": "^4.5.0",
"lodash.pick": "^4.4.0",
"lodash.sample": "^4.2.1",
"lodash.sortby": "^4.7.0",
"normalize-port": "^1.0.0",
"whatwg-url": "^4.5.0"
},
"devDependencies": {
"eslint": "^3.16.1",
"eslint-config-airbnb-base": "^11.1.0",
"eslint-plugin-import": "^2.2.0"
}
}