summaryrefslogtreecommitdiff
path: root/package.json
blob: dcadaf6726beaebcde4073f8df449d6951d6fb98 (plain)
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
{
    "name" : "ejdb",
    "version" : "1.1.12-0",
    "config" : {
        "windownloadurl_ia32" : "http://dl.dropboxusercontent.com/u/4709222/ejdb/tcejdb-1.1.12-mingw32-i686.zip",
        "windownloadurl_x64" : "http://dl.dropboxusercontent.com/u/4709222/ejdb/tcejdb-1.1.12-mingw32-x86_64.zip"
    },
    "main" : "node/ejdb.js",
    "homepage" : "http://ejdb.org",
    "description" : "EJDB - Embedded JSON Database engine",
    "keywords" : ["ejdb",
                  "tokyocabinet",
                  "nosql",
                  "database",
                  "storage",
                  "embedded",
                  "mongodb",
                  "cli",
                  "json"],
    "repository" : {
        "type" : "git",
        "url" : "https://github.com/Softmotions/ejdb.git"
    },
    "bugs" : {
        "web" : "https://github.com/Softmotions/ejdb/issues"
    },
    "os" : [
        "linux",
        "darwin",
        "sunos",
        "win32"
    ],
    "engines" : {
        "node" : "0.8.x || 0.10.x"
    },
    "dependencies" : {
        "nodeunit" : ">=0.7.0"
    },
    "scripts" : {
        "preinstall" : "node node/platform.js preinstall",
        "test" : "node node/platform.js test"
    },
    "bin" : {
        "ejdb" : "node/bin/cli.js"
    },
    "author" : {
        "name" : "Anton Adamansky",
        "email" : "adamansky@gmail.com"
    },
    "licenses" : [
        {
            "type" : "LGPL",
            "url" : "https://github.com/Softmotions/ejdb/blob/master/LICENSE"
        }
    ],
    "contributors" : [
        "Mikio Hirabayashi <mikio@fallabs.com> (http://fallabs.com/mikio/)"
    ]
}