forked from TryGhost/node-sqlite3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.39 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
33
34
35
36
37
38
39
40
41
42
43
{
"name": "sqlite3",
"description": "Asynchronous, non-blocking SQLite3 bindings",
"version": "2.1.6",
"homepage": "http://github.com/developmentseed/node-sqlite3",
"author": {
"name": "Development Seed",
"url": "http://developmentseed.org/",
"email": "[email protected]"
},
"contributors": [
"Konstantin Käfer <[email protected]>",
"Dane Springmeyer <[email protected]>",
"Will White <[email protected]>",
"Orlando Vazquez <[email protected]>",
"Artem Kustikov <[email protected]>",
"Eric Fredricksen <[email protected]>",
"John Wright <[email protected]>",
"Ryan Dahl <[email protected]>",
"Tom MacWright <[email protected]>",
"Carter Thaxton <[email protected]>",
"Audrius Kažukauskas <[email protected]>",
"Johannes Schauer <[email protected]>",
"Nathan Rajlich <[email protected]>",
"AJ ONeal <[email protected]>"
],
"repository": {
"type": "git",
"url": "git://github.com/developmentseed/node-sqlite3.git"
},
"devDependencies": {
"step": "0.0.4",
"expresso": "*"
},
"engines": {
"node": ">= 0.6.13 && < 0.9.0"
},
"scripts": {
"test": "make test"
},
"licenses": [{ "type": "BSD" }],
"main": "./lib/sqlite3"
}