-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 765 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 765 Bytes
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
{
"name": "club-ru",
"version": "0.0.1",
"description": "Club Pengiun for Rutgers Students",
"author": "Eric Roberts <eric@threedot14.com>",
"contributors": [
"Brandon Diaz <brandon.diaz.abreu@gmail.com> (http://github.com/brandon8000)",
"Ross Manjunath"
],
"main": "lib/server.js",
"repository": {
"type": "git",
"url": "https://github.com/three/ClubRU"
},
"bugs": {
"url": "https://github.com/three/ClubRU"
},
"private": true,
"dependencies": {
"body-parser": "^1.16.0",
"commander": "^2.9.0",
"express": "^4.14.1",
"sendgrid": "^4.7.1",
"socketio": "^1.0.0",
"sqlite3": "^3.1.8",
"winston": "^2.3.1"
},
"optionalDependencies": {
"argon2": "^0.15.0",
"eslint": "^3.17.1"
}
}