Commit 45d62283 by Konstantin Käfer

v0.2.4 is the earliest version that works

parent 74c69ebf
{ {
"name": "sqlite3", "name": "sqlite3",
"description": "Asynchronous, non-blocking SQLite3 bindings", "description": "Asynchronous, non-blocking SQLite3 bindings",
"version": "1.1.0", "version": "2.0.0",
"homepage": "http://github.com/developmentseed/node-sqlite3", "homepage": "http://github.com/developmentseed/node-sqlite3",
"author": "Konstantin Käfer <kkaefer@gmail.com>", "author": "Konstantin Käfer <kkaefer@gmail.com>",
"contributors": [ "contributors": [
"Orlando Vazquez <ovazquez@gmail.com>", "Orlando Vazquez <ovazquez@gmail.com>",
"Artem Kustikov", "Artem Kustikov <kustikoff@gmail.com>",
"Eric Fredricksen", "Eric Fredricksen <efredricksen@gmail.com>",
"John Wright", "John Wright <mrjjwright@gmail.com>",
"Ryan Dahl", "Ryan Dahl <ry@tinyclouds.org>",
"Will White", "Will White <will@developmentseed.org>",
"Tom MacWright" "Tom MacWright <tom@developmentseed.org>",
"Dane Springmeyer <dane@developmentseed.org>"
], ],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/developmentseed/node-sqlite3.git" "url": "git://github.com/developmentseed/node-sqlite3.git"
}, },
"engines": { "engines": {
"node": ">=0.2.6" "node": ">=0.2.4"
}, },
"licenses": [{ "type": "BSD" }], "licenses": [{ "type": "BSD" }],
"main": "./lib/sqlite3" "main": "./lib/sqlite3"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment