Commit 729b4af1 by Orlando Vazquez

Update version

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