vgnotification
Version:
Notification Sample
28 lines (27 loc) • 578 B
JSON
{
"name": "vgnotification",
"version": "1.0.9",
"description": "Notification Sample",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx babel src --out-dir dist"
},
"keywords": [
"Notification",
"In",
"APP"
],
"author": "Gyanendra Kumar",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5"
},
"dependencies": {
"express": "^4.17.1",
"mongoose": "^5.5.14",
"socket.io": "^2.2.0"
}
}