Commit b4fa4db2 by Konstantin Käfer

update package.json

parent fcf21446
{ {
"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"
} }
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