forked from panta/mongoose-types
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 764 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{ "name": "mongoose-form-factory-types"
, "description": "More types for mongoose"
, "version": "1.1.0"
, "author": "Corey Pauley"
, "contributors": [
{ "name": "Corey Pauley"
, "email": "corey.pauley@imaginuity.com"
} ]
, "dependencies": { "mongoose": ">= 2.6.0", "bson": "0.1.5" }
, "devDependencies": {
"expresso": "0.9.2"
, "should": "1.1.0"
}
, "keywords": [ "mongoose", "mongo", "mongodb", "types", "forms", "form", "form factory" ]
, "scripts": { "test": "make test" }
, "engines": { "node": ">= 0.1.101" }
, "main": "./index"
, "repository": {
"type": "git"
, "url": "https://github.com/devspacenine/mongoose-types.git"
}
, "licenses": [ { "type": "The MIT License", "url": "http://www.opensource.org/licenses/mit-license.php" } ]
}