-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.42 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.42 KB
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
55
56
57
58
59
60
61
62
63
{
"name": "meteor-files-website",
"version": "1.18.0",
"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": {
"modern": {
"transpiler": {
"verbose": true
}
},
"mainModule": {
"client": "client/core.js",
"server": "server/core.js"
}
},
"dependencies": {
"@babel/runtime": "^7.28.4",
"@swc/helpers": "^0.5.17",
"aws-sdk": "^2.1692.0",
"core-js": "^3.45.1",
"fs-extra": "^11.3.2",
"jquery": "^3.7.1",
"meteor-node-stubs": "^1.2.24",
"web-push": "^3.6.7"
},
"engines": {
"node": "^22.18.0",
"npm": "^10.9.2"
},
"devDependencies": {
"autoprefixer": "^10.4.21",
"browserslist": "^4.26.2",
"caniuse-lite": "^1.0.30001743",
"postcss": "^8.5.6",
"postcss-load-config": "^6.0.1"
}
}