-
Notifications
You must be signed in to change notification settings - Fork 105
/
package.json
73 lines (73 loc) · 1.45 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
68
69
70
71
72
73
{
"author": "PushOk Software <support@pushok.com>",
"name": "tingodb",
"version": "0.6.1",
"repository": {
"type": "git",
"url": "git://github.com/sergeyksv/tingodb.git"
},
"contributors": [
{
"name": "Sergey Korotkov",
"email": "sergeyksv@gmail.com"
},
{
"name": "Alexander Somov",
"email": "al-s@yandex.ru"
},
{
"name": "Ilya Schatokhin",
"email": "eXamp1e@mail.ru"
},
{
"name": "Maya",
"email": "code@maya.ink"
},
{
"name": "Luphia Chang",
"email": "luphia@outlook.com"
},
{
"name": "BipSync",
"email": "paul@bipsync.com"
},
{
"name": "Diogo Duailibe",
"email": "diogo.duailibe.silva@gmail.com"
}
],
"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": {
"lodash": "^4.17.5",
"safe": "^0.4.5",
"safe-buffer": "^5.1.1"
},
"scripts": {
"test": "./test.sh"
},
"optionalDependencies": {
"bson": "^1.0.4"
},
"devDependencies": {
"csv": "^0.3.x",
"eslint": "^4.18.1",
"mongodb": "^1.4.40",
"temp": "^0.8.x",
"lorem-ipsum": "1.0.x",
"optimist": "0.6.x",
"step": "^1.0.0",
"benchmark": "^2.1.4",
"mocha": "^1.21.5"
}
}