Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 19 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
{ 'name': 'sqlite'
, 'description': 'SQLite3 bindings for Node'
, 'version': '1.0.2'
, '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": "1.0.2"
, "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"
}
, 'main': 'sqlite'
, 'engines': { 'node' : '>=0.2.0' }
, 'scripts': { 'test' : './run-tests', preinstall: 'node-waf configure build' }
, 'licenses':
[ { 'type' : 'BSD' } ]
, 'main': './sqlite'
, "engines": { "node" : ">=0.2.0" }
, "scripts": { "test" : "./run-tests", "preinstall" : "node-waf configure build" }
, "licenses":
[ { "type" : "BSD" } ]
, "main": "./sqlite"
}