forked from sergeyksv/tingodb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.27 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
57
58
59
60
61
62
63
64
65
66
67
{
"author": "PushOk Software <[email protected]>",
"name": "tingodb",
"version": "0.5.0",
"repository": {
"type": "git",
"url": "git://github.com/sergeyksv/tingodb.git"
},
"contributors": [
{
"name": "Sergey Korotkov",
"email": "[email protected]"
},
{
"name": "Alexander Somov",
"email": "[email protected]"
},
{
"name": "Ilya Schatohin",
"email": "[email protected]"
},
{
"name": "Maya",
"email": "[email protected]"
},
{
"name": "Luphia Chang",
"email": "[email protected]"
},
{
"name": "BipSync",
"email": "[email protected]"
}
],
"description": "Embedded Node.js database upward compatible with MongoDB",
"homepage": "http://www.tingodb.com",
"keywords": [
"database",
"datastore",
"embedded",
"mongodb"
],
"main": "./lib/main",
"engines": {
"node": ">= v0.8.x"
},
"dependencies": {
"safe": "~0.3.9",
"lodash": "~4.11.x"
},
"scripts": {
"test": "./test.sh"
},
"optionalDependencies":{
"bson":"0.2.x"
},
"devDependencies": {
"csv": "0.3.x",
"mongodb": "1.4.x",
"temp": "0.4.x",
"lorem-ipsum":"1.0.x",
"optimist":"0.6.x",
"step":"0.0.x",
"benchmark":"1.0.x",
"mocha":"1.21.x"
}
}