forked from amcjen/node-clucene
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 803 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
{
"name": "clucene",
"description": "A CLucene native library for Node.js, for advanced information retrieval.",
"main": "./clucene",
"version": "0.1.4",
"author": "Eric Jennings (http://github.com/erictj)",
"contributors": [
"Temas Muldowney (http://github.com/temas)",
"Tyler Gillies (http://github.com/tjgillies)"
],
"engines": { "node": ">= 0.4.9" },
"repository": {
"type": "git",
"url": "http://github.com/erictj/node-clucene.git"
},
"licenses": [
{
"type": "MIT"
}
],
"bugs": {
"web" : "http://github.com/erictj/node-clucene/issues"
},
"scripts": {
"install": "node-waf configure build",
"test": "node-waf configure build; nodeunit test/"
},
"devDependencies": {
"nodeunit": ">=0.3.1"
}
}