summaryrefslogtreecommitdiffstats
path: root/web/server/h2o/libh2o/misc/oktavia/package.json
blob: 3d0a1b299e0cd497f1927e8f5487ec652c79620d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "author": "Yoshiki Shibukawa <yoshiki@shibu.jp>",
    "name": "oktavia",
    "description": "A full text search engine for JavaScript environment. It is based on FM-index algorithm.",
    "version": "0.1.0",
    "homepage": "http://oktavia.info",
    "main": "./tool/oktavia-mkindex.jsx",
    "repository": {
        "type": "git",
        "url": "git@github.com:shibukawa/oktavia.git"
    },
    "scripts": {
        "test": "prove",
        "install": "make"
     },
    "engines": {
        "node": ">= 0.8"
    },
    "dependencies": {},
    "devDependencies": {
        "jsx": "latest"
    }
}