mongoose-function
Version:
Function storage for Mongoose
29 lines (28 loc) • 551 B
JSON
{
"name": "mongoose-function",
"version": "0.1.0",
"description": "Function storage for Mongoose",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/aheckmann/mongoose-function.git"
},
"keywords": [
"mongoose",
"function",
"code",
"scope",
"type",
"schematype",
"schema"
],
"author": "Aaron Heckmann <aaron.heckmann+github@gmail.com>",
"license": "MIT",
"devDependencies": {
"mocha": "*",
"mongoose": "3.5.6"
}
}