mirror of
https://github.com/Raghu-Ch/ProductsAPI.git
synced 2026-02-10 04:43:02 -05:00
First commit
This commit is contained in:
22
package.json
Normal file
22
package.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user