-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
51 lines (51 loc) · 1.2 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
47
48
49
50
51
{
"name": "Meteor-Files-Demo",
"version": "1.11.2",
"description": "Upload files with the speed of Meteor. Application build on top of ostrio:files package",
"main": "main.js",
"scripts": {
"preinstall": "cd ./programs/server && npm install",
"start": "node main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VeliovGroup/Meteor-Files-Demo.git"
},
"keywords": [
"meteor",
"node",
"node.js",
"files",
"file",
"streaming",
"upload",
"ddp",
"sockets",
"cdn"
],
"author": "Dmitriy A. (Veliov Group, LLC)",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/VeliovGroup/Meteor-Files-Demo/issues"
},
"homepage": "https://github.com/VeliovGroup/Meteor-Files-Demo",
"dependencies": {
"@babel/runtime": "^7.4.5",
"aws-sdk": "^2.1354.0",
"bcrypt": "^5.1.1",
"browserslist": "^4.16.5",
"bson": "^4.0.2",
"bson-ext": "^2.0.2",
"caniuse-lite": "^1.0.30000978",
"core-js": "^3.1.4",
"dropbox": "^0.10.3",
"fs-extra": "^8.1.0",
"gm": "^1.23.1",
"meteor-node-stubs": "^0.4.1",
"request": "^2.88.0"
},
"engines": {
"node": "8.15.1",
"npm": "6.9.0"
}
}