-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.12 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
{
"name": "vega-unfurl",
"version": "1.0.0",
"private": true,
"description": "Slack app for Vega Editor links preview",
"license": "Apache-2.0",
"author": "Random Fractals, Inc.",
"contributors": [
"Taras Novak"
],
"readme": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/RandomFractals/vega-unfurl"
},
"bugs": "https://github.com/RandomFractals/vega-unfurl/issues",
"homepage": "https://github.com/RandomFractals/vega-unfurl/README.md",
"keywords": [
"Vega",
"Editor",
"Slack App",
"links preview"
],
"engines": {
"node": "10.x"
},
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@slack/events-api": "^2.3.0",
"@slack/web-api": "^5.6.0",
"body-parser": "^1.19.0",
"canvas": "^2.6.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"json-stringify-pretty-compact": "^2.0.0",
"lodash.keyby": "^4.6.0",
"lodash.mapvalues": "^4.6.0",
"lodash.omit": "^4.5.0",
"lz-string": "^1.4.4",
"vega": "5.8.1",
"vega-lite": "4.0.0-beta.12"
}
}