forked from orlandov/node-sqlite
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
23 lines (23 loc) · 627 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 627 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{ "name": "sqlite"
, "description": "SQLite3 bindings for Node"
, "version": "1.0.4"
, "homepage": "http://github.com/orlandov/node-sqlite"
, "author":
"Orlando Vazquez <ovazquez@gmail.com> (http://2wycked.net)"
, "contributors":
[ "Artem Kustikov"
, "Eric Fredricksen"
, "John Wright"
, "Ryan Dahl"
]
, "repository":
{ "type": "git"
, "url": "http://github.com/orlandov/node-sqlite.git"
}
, "main": "sqlite"
, "engines": { "node" : ">=0.2.0" }
, "scripts": { "test" : "./run-tests", "preinstall": "node-waf configure build" }
, "licenses":
[ { "type" : "BSD" } ]
, "main": "./sqlite"
}