-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.04 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.04 KB
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
{
"name": "blogexp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Arpit",
"license": "MIT",
"dependencies": {
"angular": "^1.6.6",
"angular-animate": "^1.6.6",
"angular-aria": "^1.6.6",
"angular-cookie": "^4.1.0",
"angular-route": "^1.6.6",
"angular-sanitize": "^1.6.6",
"angular-ui-router": "^1.0.3",
"bcryptjs": "^2.4.3",
"body-parser": "^1.17.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"express": "^4.15.4",
"express-messages": "^1.0.1",
"express-session": "^1.15.5",
"express-validator": "^3.2.1",
"hammerjs": "^2.0.8",
"jquery": "^3.2.1",
"materialize-css": "^0.100.1",
"mongoose": "^4.11.8",
"morgan": "^1.8.2",
"multer": "^1.3.0",
"passport": "^0.4.0",
"passport-http": "^0.3.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.1.0",
"path": "^0.12.7",
"ui-router": "^1.0.0-alpha.3"
}
}