mirror of
https://github.com/Raghu-Ch/ProductsAPI.git
synced 2026-02-10 04:43:02 -05:00
23 lines
449 B
JSON
23 lines
449 B
JSON
{
|
|
"name": "productsapi",
|
|
"version": "1.0.0",
|
|
"description": "Node + Express + MongoDB API",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"RestAPI",
|
|
"MEAN"
|
|
],
|
|
"author": "Raghu-ch",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"body-parser": "^1.18.3",
|
|
"express": "^4.16.3",
|
|
"gulp": "^3.9.1",
|
|
"gulp-nodemon": "^2.2.1",
|
|
"mongoose": "^5.1.3"
|
|
}
|
|
}
|