shivani.js
Version:
Demos for CDAC Training
21 lines (20 loc) • 384 B
JSON
{
"name": "externalclient",
"version": "1.0.0",
"description": "client for diotdemo",
"main": "externalModule.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"client",
"cdac",
"nodejs",
"diotdemo"
],
"author": "phanirajbn@gmail.com",
"license": "ISC",
"dependencies": {
"diotdemo": "^1.0.0"
}
}