-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.04 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
{
"name": "freespeed",
"version": "1.0.0",
"description": "jfife",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sanisetti/FreeSpeed.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sanisetti/FreeSpeed/issues"
},
"homepage": "https://github.com/sanisetti/FreeSpeed#readme",
"dependencies": {
"any-db": "^2.1.0",
"any-db-sqlite3": "^2.1.4",
"async": "^2.6.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.2",
"colors": "^1.2.1",
"consolidate": "^0.15.1",
"cookie-session": "^2.0.0-beta.3",
"express": "^4.16.3",
"express-session": "^1.15.6",
"hogan": "^1.0.2",
"http": "0.0.0",
"jsonwebtoken": "^8.2.1",
"nodemailer": "^4.6.4",
"passport": "^0.4.0",
"passport-google-oauth20": "^1.0.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"socket.io": "^2.1.0",
"sqlite3": "^4.0.0",
"zerorpc": "^0.9.7"
}
}