forked from TryGhost/node-sqlite3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.08 KB
/
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
{
"name": "sqlite3",
"description": "Asynchronous, non-blocking SQLite3 bindings",
"version": "2.0.16",
"homepage": "http://github.com/developmentseed/node-sqlite3",
"author": "Konstantin Käfer <[email protected]>",
"contributors": [
"Orlando Vazquez <[email protected]>",
"Artem Kustikov <[email protected]>",
"Eric Fredricksen <[email protected]>",
"John Wright <[email protected]>",
"Ryan Dahl <[email protected]>",
"Will White <[email protected]>",
"Tom MacWright <[email protected]>",
"Dane Springmeyer <[email protected]>",
"Carter Thaxton <[email protected]>",
"Audrius Kažukauskas <[email protected]>",
"Johannes Schauer <[email protected]>"
],
"repository": {
"type": "git",
"url": "git://github.com/developmentseed/node-sqlite3.git"
},
"devDependencies": {
"step": "0.0.4"
},
"engines": {
"node": ">=0.2.4 <0.5"
},
"licenses": [{ "type": "BSD" }],
"main": "./lib/sqlite3"
}