-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 846 Bytes
/
package.json
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
{
"name": "Mean with Mongo",
"version": "1.0.0",
"description": "Mean App",
"main": "server.js",
"dependencies": {
"body-parser": "^1.16.1",
"colors": "^1.1.2",
"express": "^4.14.1",
"express-generator": "^4.14.0",
"express-session": "^1.15.1",
"karma-chrome-launcher": "^2.0.0",
"method-override": "^2.3.7",
"karma": "^1.3.0",
"http": "^0.0.0",
"karma-jasmine": "^1.0.2",
"mongojs": "^2.4.0",
"nodemon": "^1.11.0",
"lodash": "^4.17.2",
"passport": "^0.3.2",
"mongoose": "^4.8.4",
"passport-local": "^1.0.0",
"q": "^1.4.1",
"ws": "^1.1.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [
"mean", "crud", "mongo", "operations"
],
"author": "Swarup Saha",
"license": "ISC"
}