forked from veliovgroup/Meteor-Files
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.5 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
55
56
57
58
59
60
{
"name": "Meteor-Files",
"version": "1.7.1",
"description": "Upload files with speed on 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": {
"connect": "^3.4.1",
"dropbox": "0.10.3",
"knox": "^0.9.2",
"fibers": "^1.0.14",
"fs-extra": "0.30.0",
"http-proxy": "^1.13.2",
"keypress": "^0.2.1",
"meteor-deque": "*",
"meteor-node-stubs": "~0.2.0",
"meteor-promise": "0.7.2",
"promise": "7.1.1",
"mime": "^1.3.4",
"mongodb": "^2.1.15",
"progress": "^1.1.8",
"semver": "4.1.0",
"sockjs": "^0.3.16",
"source-map-support": "https://github.com/meteor/node-source-map-support/tarball/1912478769d76e5df4c365e147f25896aee6375e",
"stream-buffers": "^3.0.0",
"throttle": "1.0.3",
"underscore": "1.5.2",
"useragent": "^2.1.9",
"request": "2.75.0"
},
"engines": {
"node": "4.5.0",
"npm": "3.10.6"
}
}