Commit 45d62283 by Konstantin Käfer

v0.2.4 is the earliest version that works

parent 74c69ebf
{
"name": "sqlite3",
"description": "Asynchronous, non-blocking SQLite3 bindings",
"version": "1.1.0",
"version": "2.0.0",
"homepage": "http://github.com/developmentseed/node-sqlite3",
"author": "Konstantin Käfer <kkaefer@gmail.com>",
"contributors": [
"Orlando Vazquez <ovazquez@gmail.com>",
"Artem Kustikov",
"Eric Fredricksen",
"John Wright",
"Ryan Dahl",
"Will White",
"Tom MacWright"
"Artem Kustikov <kustikoff@gmail.com>",
"Eric Fredricksen <efredricksen@gmail.com>",
"John Wright <mrjjwright@gmail.com>",
"Ryan Dahl <ry@tinyclouds.org>",
"Will White <will@developmentseed.org>",
"Tom MacWright <tom@developmentseed.org>",
"Dane Springmeyer <dane@developmentseed.org>"
],
"repository": {
"type": "git",
"url": "git://github.com/developmentseed/node-sqlite3.git"
},
"engines": {
"node": ">=0.2.6"
"node": ">=0.2.4"
},
"licenses": [{ "type": "BSD" }],
"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