update package.json
Showing
| { | { | ||
| "name": "sqlite", | "name": "sqlite3", | ||
| "description": "SQLite3 bindings for Node", | "description": "Asynchronous, non-blocking SQLite3 bindings", | ||
| "version": "1.1.0", | "version": "1.1.0", | ||
| "homepage": "http://github.com/developmentseed/node-sqlite3", | "homepage": "http://github.com/developmentseed/node-sqlite3", | ||
| "author": "Orlando Vazquez <ovazquez@gmail.com>", | "author": "Konstantin Käfer <kkaefer@gmail.com>", | ||
| "contributors": [ | "contributors": [ | ||
| "Orlando Vazquez <ovazquez@gmail.com>" | |||
| "Artem Kustikov", | "Artem Kustikov", | ||
| "Eric Fredricksen", | "Eric Fredricksen", | ||
| "John Wright", | "John Wright", | ||
| "Ryan Dahl", | "Ryan Dahl", | ||
| "Will White", | "Will White", | ||
| "Tom MacWright", | "Tom MacWright" | ||
| "Konstantin Käfer" | |||
| ], | ], | ||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "http://github.com/orlandov/node-sqlite.git" | "url": "git://github.com/developmentseed/node-sqlite3.git" | ||
| }, | }, | ||
| "engines": { | "engines": { | ||
| "node": ">=0.2.0" | "node": ">=0.4.0" | ||
| }, | }, | ||
| "licenses": [{ "type": "BSD" }], | "licenses": [{ "type": "BSD" }], | ||
| "main": "./sqlite3" | "main": "./lib/sqlite3" | ||
| } | } |
Please
register
or
sign in
to comment