diff --git a/package.json b/package.json index 4189631..a13540d 100644 --- a/package.json +++ b/package.json @@ -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 (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 (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" }