forked from bnoguchi/mongoose-types
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 700 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 700 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-3x-types"
, "description": "More types for mongoose"
, "version": "1.0.5"
, "author": "Brian Noguchi"
, "contributors": [
{ "name": "Marco Pantaleoni"
, "email": "marco.pantaleoni@gmail.com"
} ]
, "dependencies": { "mongoose": ">= 2.6.0"}
, "devDependencies": {
"expresso": "0.9.2"
, "should": "1.1.0"
}
, "keywords": [ "mongoose", "mongo", "mongodb", "types" ]
, "scripts": { "test": "make test" }
, "engines": { "node": ">= 0.1.101" }
, "main": "./index"
, "repository": {
"type": "git"
, "url": "https://github.com/panta/mongoose-types.git"
}
, "licenses": [ { "type": "The MIT License", "url": "http://www.opensource.org/licenses/mit-license.php" } ]
}