-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
38 lines (38 loc) · 852 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
37
38
{
"name": "ares-server",
"version": "1.0.0",
"description": "Back-end for the Ares file transfer service",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/indragiek/Ares.git"
},
"keywords": [
"ios",
"mac",
"file",
"transfer",
"bluetooth",
"wifi"
],
"author": "Indragie Karunaratne",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/indragiek/Ares/issues"
},
"homepage": "https://github.com/indragiek/Ares#readme",
"dependencies": {
"apn": "^1.7.5",
"async": "^1.5.2",
"bcrypt": "^0.8.5",
"body-parser": "^1.14.2",
"express": "^4.13.4",
"jsonwebtoken": "^5.5.4",
"kerberos": "~0.0.17",
"mongodb": "^2.1.4",
"ws": "^1.0.1"
}
}