Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
orlandov committed Sep 29, 2010
1 parent 2cbaf25 commit 729b4af
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions package.json
@@ -1,23 +1,23 @@
{ "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"
]
, "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" }
]
{ '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'
}
, 'directories': { 'lib' : '.' }
, 'engines': { 'node' : '>=0.2.0' }
, 'scripts': { 'test' : './run-tests' }
, 'licenses':
[ { 'type' : 'BSD' } ]
, 'main': './sqlite'
}

0 comments on commit 729b4af

Please sign in to comment.