Commit 729b4af1 by Orlando Vazquez

Update version

parent 2cbaf25a
{ "name": "sqlite" { 'name': 'sqlite'
, "description": "SQLite3 bindings for Node" , 'description': 'SQLite3 bindings for Node'
, "version": "0.0.4" , 'version': '0.0.5'
, "homepage": "http://github.com/orlandov/node-sqlite" , 'homepage': 'http://github.com/orlandov/node-sqlite'
, "author": , 'author':
"Orlando Vazquez <ovazquez@gmail.com> (http://2wycked.net)" 'Orlando Vazquez <ovazquez@gmail.com> (http://2wycked.net)'
, "contributors": , 'contributors':
[ "Artem Kustikov" [ 'Artem Kustikov'
, "Eric Fredricksen" , 'Eric Fredricksen'
, "John Wright" , 'John Wright'
, "Ryan Dahl" , 'Ryan Dahl'
] ]
, "repository": , 'repository':
{ "type": "git" { 'type': 'git'
, "url": "http://github.com/orlandov/node-sqlite.git" , 'url': 'http://github.com/orlandov/node-sqlite.git'
} }
, "directories" : { "lib" : "." } , 'directories': { 'lib' : '.' }
, "engines" : { "node" : ">=0.2.0" } , 'engines': { 'node' : '>=0.2.0' }
, "scripts" : { "test" : "./run-tests" } , 'scripts': { 'test' : './run-tests' }
, "licenses" : , 'licenses':
[ { "type" : "BSD" } [ { 'type' : 'BSD' } ]
] , 'main': './sqlite'
} }
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