1
Fork 0
solar-conflux/javascript/mongy/package.json
Matei Adriel c7db3b6a03
javascript(mongy): 1.0.2
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-15 21:26:20 +02:00

23 lines
473 B
JSON

{
"name": "mongy",
"version": "1.0.2",
"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": {
"type": "git",
"url": "https://github.com/Mateiadrielrafael/Mongy.git"
}
}