-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
26 lines (26 loc) · 853 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "mongoose-flatmatcher",
"version": "0.0.2",
"description": "Mongoose plugin mapping flat name/value JSON to Mongoose Schemas which may have nesting and embedded arrays",
"keywords": ["mongodb", "mongoose", "orm", "data", "datastore", "nosql", "mongodb", "mongoose plugin", "data access", "data API"],
"author": "Mark S. Weiss <marksimonweiss@gmail.com> (https://github.com/marksweiss/)",
"homepage": "https://github.com/marksweiss/mongoose-flatmatcher/",
"repository": {
"type": "git",
"url": "git://github.com/marksweiss/mongoose-flatmatcher.git"
},
"main": "./flatmatcher.js",
"dependencies": {
"mongoose": ">=1.4.0"
},
"devDependencies": {
"should": ">=0.2.1",
"cli-table" : ">=0.0.1"
},
"engines": {
"node": ">=0.2.0"
},
"scripts" : {
"install" : "chmod u+x test/*.test.js"
}
}