forked from artifacthealth/hydrate-mongodb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.15 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "hydrate-mongodb",
"description": "An Object Document Mapper (ODM) for MongoDB.",
"version": "0.6.0",
"author": {
"name": "Artifact Health, LLC",
"url": "http://www.artifacthealth.com"
},
"repository": {
"type": "git",
"url": "https://github.com/artifacthealth/hydrate-mongodb"
},
"licenses": [
{
"type": "MIT"
}
],
"main": "index.js",
"scripts": {
"test": "gulp"
},
"dependencies": {
"async": "^0.9.0",
"change-case": "^2.2.0",
"mongodb": "^2.1.4",
"reflect-helper": "^1.0.2"
},
"devDependencies": {
"baseline": "^0.3.0",
"chai": "^1.9.2",
"del": "^2.2.0",
"glob": "^6.0.4",
"gulp": "^3.9.0",
"gulp-istanbul": "^0.10.3",
"gulp-mocha": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-typedoc": "^1.2.1",
"gulp-typescript": "^2.10.0",
"merge2": "^0.3.6",
"mocha": "^2.4.5",
"run-sequence": "^1.1.5",
"source-map-support": "^0.4.0",
"typedoc-plantuml": "^1.3.0",
"typescript": "^1.8.9"
},
"keywords": [
"mongodb",
"odm",
"typescript",
"database",
"document",
"model",
"nosql",
"orm"
]
}