Commit 8303094e by Konstantin Käfer

update package.json and README

parent 873e91e6
# NAME
node-sqlite3 - Asynchronous, non-blocking [SQLite3](http://sqlite.org/) bindings for [node.js](https://github.com/joyent/node) 0.2.\* and 0.4.\*.
node-sqlite3 - Asynchronous, non-blocking [SQLite3](http://sqlite.org/) bindings for [node.js](https://github.com/joyent/node) 0.2.z, 0.4.x and **0.6.x**.
......@@ -75,14 +75,14 @@ You can also use [`npm`](https://github.com/isaacs/npm) to download and install
# CONTRIBUTORS
* [Konstantin Käfer](https://github.com/kkaefer)
* [Dane Springmeyer](https://github.com/springmeyer)
* [Will White](https://github.com/willwhite)
* [Orlando Vazquez](https://github.com/orlandov)
* [Artem Kustikov](https://github.com/artiz)
* [Eric Fredricksen](https://github.com/grumdrig)
* [John Wright](https://github.com/mrjjwright)
* [Ryan Dahl](https://github.com/ry)
* [Will White](https://github.com/willwhite)
* [Tom MacWright](https://github.com/tmcw)
* [Dane Springmeyer](https://github.com/springmeyer)
* [Carter Thaxton](https://github.com/carter-thaxton)
* [Audrius Kažukauskas](https://github.com/audriusk)
* [Johannes Schauer](https://github.com/pyneo)
......
{
"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"
......
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