-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 812 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 812 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": "userauthentication",
"version": "1.0.0",
"description": "auth assignment for info 344",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "Bryan Gula",
"license": "BSD-2-Clause",
"dependencies": {
"angular": "^1.5.0",
"aws-sdk": "^2.2.34",
"bluebird": "^3.2.2",
"body-parser": "^1.14.2",
"connect-flash": "^0.1.1",
"connect-redis": "^3.0.2",
"crypto": "0.0.3",
"dynamoDB": "^0.1.4",
"express": "~4.13.4",
"express-session": "^1.13.0",
"morgan": "^1.6.1",
"node-uuid": "^1.4.7",
"nodemon": "^1.8.1",
"passport": "^0.3.2",
"passport-facebook": "^2.1.0",
"passport-local": "^1.0.0",
"uuid": "^2.0.1"
},
"devDependencies": {}
}