mirror of
https://github.com/Raghu-Ch/nodeRestAPI.git
synced 2026-02-10 04:33:03 -05:00
20 lines
420 B
JSON
20 lines
420 B
JSON
{
|
|
"name": "noderest",
|
|
"version": "1.0.0",
|
|
"description": "\"RestAPI with Nodejs & ExpressJs\"",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "\"Raghu\"",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"body-parser": "^1.17.1",
|
|
"express": "^4.15.2",
|
|
"gulp": "^3.9.1",
|
|
"gulp-nodemon": "^2.2.1"
|
|
},
|
|
"engines": {
|
|
"node": "6.10.3"
|
|
}
|
|
} |