-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·31 lines (31 loc) · 799 Bytes
/
package.json
File metadata and controls
executable file
·31 lines (31 loc) · 799 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": "express_router_lecture_angular",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node server/server.js",
"start": "node server/server.js"
},
"author": "Scott Bromander, Kris Szafranski",
"license": "ISC",
"dependencies": {
"angular": "^1.6.6",
"angular-animate": "^1.6.6",
"angular-aria": "^1.6.6",
"angular-material": "^1.1.4",
"angular-messages": "^1.6.6",
"angular-route": "^1.6.6",
"bcrypt": "^1.0.2",
"body-parser": "^1.13.3",
"express": "^4.13.1",
"express-session": "^1.13.0",
"jquery": "^2.1.4",
"material-design-icons": "^3.0.1",
"mongoose": "^4.4.6",
"passport": "^0.2.2",
"passport-local": "^1.0.0",
"path": "^0.11.14",
"sass": "^1.0.0-beta.2"
}
}