-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 737 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 737 Bytes
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
{
"name": "grabber",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"appbase-js": "^3.0.0",
"bootstrap": "^4.1.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "^4.16.3",
"fb": "^2.0.0",
"hbs": "~4.0.1",
"http-errors": "~1.6.2",
"jquery": "^3.3.1",
"moment": "^2.22.1",
"mongodb": "^3.0.7",
"mongoose": "^5.7.5",
"morgan": "~1.9.0",
"node-vkapi": "^3.0.7",
"popper": "^1.0.1",
"popper.js": "^1.14.3",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"readable-stream": "^2.3.6",
"stream": "0.0.2",
"through2": "^2.0.3",
"twitter": "^1.7.1",
"vk-io": "^4.0.0-beta.6"
}
}