forked from orlandov/node-sqlite
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 812 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 812 Bytes
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
{
"name": "sqlite-fts",
"description": "SQLite3 bindings for Node with FTS4 enabled",
"version": "0.0.9",
"homepage": "http://github.com/quartzjer/node-sqlite-fts",
"author": "Jeremie Miller <jeremie@jabber.org>",
"contributors": [
"Artem Kustikov",
"Eric Fredricksen",
"John Wright",
"Ryan Dahl",
"Orlando Vazquez <ovazquez@gmail.com> (http://2wycked.net)"
],
"repository": {
"type": "git",
"url": "git://github.com/quartzjer/node-sqlite-fts.git"
},
"main": "./sqlite-fts",
"engines": {
"node": ">=0.6.0"
},
"scripts": {
"test": "./run-tests",
"preinstall": "node-waf configure build"
},
"licenses": [
{
"type": "BSD"
}
],
"dependencies": {
"extend": "1.0.0"
},
"devDependencies": {},
"optionalDependencies": {}
}