oracle-mumbai
Version:
this is my first node module in oracle mumbai
28 lines (27 loc) • 616 B
JSON
{
"name": "oracle-mumbai",
"version": "1.0.0",
"description": "this is my first node module in oracle mumbai",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/classfiles/oracle.git"
},
"keywords": [
"oracle",
"mumbai",
"vijay"
],
"author": "Vijay Shivakumar",
"license": "ISC",
"bugs": {
"url": "https://github.com/classfiles/oracle/issues"
},
"homepage": "https://github.com/classfiles/oracle#readme",
"dependencies": {
"express": "^4.17.1"
}
}