forked from briankircho/mongoose-schema-extend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 946 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
27
28
29
30
31
32
33
34
35
36
{
"name": "mongoose-schema-extend",
"version": "0.1.7",
"description": "mongoose schema inheritance and discriminator key extension",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"homepage": "https://github.com/briankircho/mongoose-schema-extend",
"repository": {
"type": "git",
"url": "git://github.com/briankircho/mongoose-schema-extend.git"
},
"keywords": [
"mongoose",
"inheritance",
"schema",
"discriminator",
"model"
],
"author": "Brian Kirchoff <briankircho@gmail.com>",
"contributors": [
{ "name": "Brian Kirchoff", "email": "briankircho@gmail.com" },
{ "name": "Ajay Sabhaney", "email": "ajay@mothercreative.com" },
{ "name": "Nicholas Calugar", "email" : "njcalugar@gmail.com" }
],
"license": "BSD",
"dependencies": {
"owl-deepcopy": "~0.0.1"
},
"devDependencies": {
"mocha": "~1.3.2",
"should": "~1.1.0",
"mongoose": "~3.5.7"
}
}