-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 950 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": "Node-Express-MongoDB-REST-API-jQuery-AJAX",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "^1.17.2",
"cookie-parser": "^1.4.3",
"debug": "^4.1.1",
"ejs": "^3.0.1",
"express": "^4.15.5",
"mongoose": "^5.9.5",
"morgan": "^1.8.2",
"serve-favicon": "^2.4.5"
},
"description": "Example based on Node.js, Express.js, MongoDB, Mongoose, EJS and jQuery AJAX REST API.",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/FSojitra/Node-Express-MongoDB-REST-API-jQuery-AJAX.git"
},
"keywords": [
"ajax",
"rest",
"api"
],
"author": "foram sojitra",
"license": "ISC",
"bugs": {
"url": "https://github.com/FSojitra/Node-Express-MongoDB-REST-API-jQuery-AJAX/issues"
},
"homepage": "https://github.com/FSojitra/Node-Express-MongoDB-REST-API-jQuery-AJAX#readme"
}