-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
54 lines (54 loc) · 1.22 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
52
53
54
{
"name": "meteor-files-website",
"version": "1.16.2",
"description": "Upload files with the speed of Meteor. Application build on top of ostrio:files package and meteor.js",
"main": "main.js",
"scripts": {
"start": "node main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/veliovgroup/meteor-files-website.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-website/issues"
},
"homepage": "https://github.com/veliovgroup/meteor-files-website",
"meteor": {
"mainModule": {
"client": "client/core.js",
"server": "server/core.js"
}
},
"dependencies": {
"@babel/runtime": "^7.20.1",
"aws-sdk": "^2.1246.0",
"core-js": "^3.26.0",
"fs-extra": "^10.1.0",
"jquery": "^3.6.1",
"meteor-node-stubs": "^1.2.5",
"web-push": "^3.5.0"
},
"engines": {
"node": "^14.20.1",
"npm": "^6.14.17"
},
"devDependencies": {
"browserslist": "^4.21.4",
"caniuse-lite": "^1.0.30001429"
}
}