-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 959 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
37
38
39
40
{
"name": "then-mongo",
"version": "3.0.2",
"description": "Promise based mongo driver built on mongojs",
"keywords": [
"mongo",
"mongodb",
"promise"
],
"dependencies": {
"@databases/with-container": "^0.0.1",
"@types/mongodb": "^2.2.7",
"@types/promise": "^7.1.30",
"mongojs": "^2.6.0",
"promise": "^8.0.0"
},
"devDependencies": {
"@babel/code-frame": "^7.0.0",
"babylon": "^6.3.18",
"chalk": "^2.0.1",
"istanbul": "^0.4.1",
"mkdirp": "^0.5.1",
"rimraf": "^2.4.4",
"testit": "^2.1.1"
},
"scripts": {
"prepublish": "node build && node docs",
"pretest": "node build --test",
"test": "node check-schema && node test",
"posttest": "node build",
"precoverage": "node build",
"coverage": "istanbul cover test"
},
"repository": {
"type": "git",
"url": "https://github.com/then/then-mongo.git"
},
"author": "ForbesLindesay",
"license": "MIT"
}