-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
42 lines (42 loc) · 847 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
41
42
{
"author": "PushOk Software <[email protected]>",
"name": "tungus",
"version": "0.0.5",
"repository": {
"type": "git",
"url": "git://github.com/sergeyksv/tungus.git"
},
"contributors": [
{
"name": "Sergey Korotkov",
"email": "[email protected]"
}
],
"description": "Mongoose driver for TingoDB embedded database",
"homepage": "http://www.tingodb.com",
"keywords": [
"database",
"datastore",
"embedded",
"mongoose",
"tingodb"
],
"main": "./index.js",
"engines": {
"node": ">= v0.8.x"
},
"dependencies": {
"safe": "~0.3.0",
"lodash": "~3.10.x",
"mkdirp": "~0.5.0",
"tingodb": "~0.4.1",
"mongodb": "1.4.x"
},
"scripts": {
"test":"mocha ./test/*.test.js"
},
"devDependencies": {
"mocha":"1.21.x",
"mongoose": "3.6.x"
}
}