2019-01-15 19:57:40 +01:00
|
|
|
{
|
|
|
|
"name": "mongy",
|
2019-01-15 20:26:20 +01:00
|
|
|
"version": "1.0.2",
|
2019-01-15 19:57:40 +01:00
|
|
|
"description": "A high level interface for MongoDB built on top of Mongoose",
|
|
|
|
"main": "app.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"mongodb",
|
|
|
|
"mongoose"
|
|
|
|
],
|
|
|
|
"author": "Matei Adriel",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"mongoose": "^5.4.4"
|
|
|
|
},
|
|
|
|
"repository": {
|
2019-01-15 20:18:31 +01:00
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Mateiadrielrafael/Mongy.git"
|
2019-01-15 19:57:40 +01:00
|
|
|
}
|
|
|
|
}
|