-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 852 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
36
37
38
{
"name": "Boilerplate-Utsav",
"version": "1.0.0",
"description": "A Boilerplate for MEAN Stack Developement",
"author": "Utsav Kapoor <[email protected]>",
"dependencies": {
"body-parser": "^1.18.2",
"browser-sync": "^2.23.6",
"connect-mongo": "^2.0.1",
"cookie-parser": "^1.4.3",
"dotenv": "^5.0.1",
"express": "^4.16.2",
"express-session": "^1.15.6",
"method-override": "^2.3.10",
"mongodb": "^3.0.3",
"mongoose": "^5.0.7",
"nodemon": "^1.17.1",
"path": "^0.12.7",
"whitespace": "^2.1.0"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-http": "^3.0.0",
"mocha": "^5.0.1"
},
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"engines": {
"node": ">=6.10.0",
"npm": ">3.10.8"
},
"repository": {
"type": "git",
"url": "https://github.com/utsavkapoor/URL_Shortner_WebApp.git"
}
}