update package.json and README
Showing
| { | ||
| "name": "sqlite3", | ||
| "description": "Asynchronous, non-blocking SQLite3 bindings", | ||
| "version": "2.0.18", | ||
| "version": "2.1.0", | ||
| "homepage": "http://github.com/developmentseed/node-sqlite3", | ||
| "author": "Konstantin Käfer <kkaefer@gmail.com>", | ||
| "author": { | ||
| "name": "Development Seed", | ||
| "url": "http://developmentseed.org/", | ||
| "email": "info@developmentseed.org" | ||
| }, | ||
| "contributors": [ | ||
| "Konstantin Käfer <mail@kkaefer.com>", | ||
| "Dane Springmeyer <dane@developmentseed.org>", | ||
| "Will White <will@developmentseed.org>", | ||
| "Orlando Vazquez <ovazquez@gmail.com>", | ||
| "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>", | ||
| "Carter Thaxton <carter.thaxton@gmail.com>", | ||
| "Audrius Kažukauskas <audrius@neutrino.lt>", | ||
| "Johannes Schauer <josch@pyneo.org>" | ||
| ... | ... | @@ -25,7 +30,7 @@ |
| "step": "0.0.4" | ||
| }, | ||
| "engines": { | ||
| "node": ">=0.2.4 <0.5" | ||
| "node": "~0.6.0" | ||
| }, | ||
| "licenses": [{ "type": "BSD" }], | ||
| "main": "./lib/sqlite3" | ||
| ... | ... |
Please
register
or
sign in
to comment