-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1023 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 1023 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
33
34
35
36
37
38
39
40
41
42
{
"name": "creativetech",
"version": "0.0.1",
"description": "creative-tech solutions MEAN application.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [
"nodejs",
"express",
"angularjs",
"mean",
"angular",
"mongodb",
"mongoose"
],
"author": "Fahad Ali",
"license": "MIT",
"dependencies": {
"angular-animate": "^1.6.6",
"angular-aria": "^1.6.6",
"angular-file-upload": "^2.5.0",
"angular-material": "^1.1.5",
"angular-messages": "^1.6.6",
"angular-route": "^1.6.6",
"angular-ui-tinymce": "0.0.19",
"body-parser": "^1.13.1",
"cookie-parser": "^1.3.5",
"cors": "^2.7.1",
"ejs": "^2.3.2",
"express": "^4.12.4",
"express-session": "^1.11.3",
"formidable": "^1.1.1",
"method-override": "^2.3.3",
"mongoose": "^4.0.6",
"passport": "^0.2.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^1.0.1"
}
}