-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 847 Bytes
/
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
{
"name": "fileshare",
"version": "1.0.0",
"description": "A file-sharing tool made using Node.js and BinaryJS.",
"main": "index.js",
"dependencies": {
"cookie-parser": "^1.3.3",
"cookies": "^0.5.0",
"cookie-session": "^1.1.0",
"crypto": "^0.0.3",
"binaryjs": "^0.2.1",
"express": "^4.10.1",
"express-session": "^1.9.1",
"jquery": "^2.1.1",
"socket.io": "^1.2.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/sabidib/FileShare.git"
},
"keywords": [
"sharing",
"file",
"steam",
"node",
"binary",
"socket"
],
"author": "Samy Abidib and Sarmad Hashmi",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/sabidib/FileShare/issues"
},
"homepage": "https://github.com/sabidib/FileShare#readme"
}