-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1002 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
43
44
45
46
47
{
"name": "levels",
"version": "0.0.7",
"description": "leveldb full text search for node.js",
"keywords": [
"leveldb",
"levels",
"search",
"metaphone",
"phonetics",
"natural"
],
"author": "Eugene Ware <eugene@noblesamurai.com>",
"dependencies": {
"natural": "0.1.17",
"async": "~0.2.8",
"underscore": "~1.4.4"
},
"devDependencies": {
"should": "*",
"uubench": "*",
"superagent": "*",
"rimraf": "~2.1.4"
},
"peerDependencies": {
"byteup": "~0.1.1",
"level-sublevel": "~4.7.1",
"levelup": "~0.10.0",
"leveldown": "~0.6.2"
},
"scripts": {
"test": "node test/index.js",
"benchmark": "node test/index.js"
},
"main": "index",
"gitHead": "1ad01e199f183e9b96f5aee0c2f853e71770f451",
"readmeFilename": "Readme.md",
"directories": {
"example": "examples",
"test": "test"
},
"repository": {
"type": "git",
"url": "git://github.com/eugeneware/levels.git"
},
"license": "BSD"
}