-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 795 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 795 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
{
"name": "apoxnode",
"version": "1.0.0",
"description": "A node.js website for the Alpha Phi Omega-Chi Chapter at UCLA",
"main": "server.js",
"scripts": {
"start": "node server.js",
"server": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apoxadmin/apoxnode.git"
},
"author": "APO Chi Administrative Vice President",
"license": "MIT",
"bugs": {
"url": "https://github.com/apoxadmin/apoxnode/issues"
},
"homepage": "https://github.com/apoxadmin/apoxnode#readme",
"dependencies": {
"body-parser": "^1.18.3",
"concurrently": "^3.6.0",
"express": "^4.16.3",
"express-session": "^1.15.6",
"mysql": "^2.16.0",
"passport": "^0.4.0"
},
"devDependencies": {
"nodemon": "^1.18.3"
}
}