Commit 094367cd by Konstantin Käfer

reformat package.json

parent db4b73fb
{ 'name': 'sqlite' {
, 'description': 'SQLite3 bindings for Node' "name": "sqlite",
, 'version': '1.0.3' "description": "SQLite3 bindings for Node",
, 'homepage': 'http://github.com/orlandov/node-sqlite' "version": "1.1.0",
, 'author': "homepage": "http://github.com/developmentseed/node-sqlite3",
'Orlando Vazquez <ovazquez@gmail.com> (http://2wycked.net)' "author": "Orlando Vazquez <ovazquez@gmail.com>",
, 'contributors': "contributors": [
[ 'Artem Kustikov' "Artem Kustikov",
, 'Eric Fredricksen' "Eric Fredricksen",
, 'John Wright' "John Wright",
, 'Ryan Dahl' "Ryan Dahl",
, 'Will White' "Will White",
, 'Tom MacWright' "Tom MacWright",
, 'Konstantin Käfer' "Konstantin Käfer"
] ],
, 'repository': "repository": {
{ 'type': 'git' "type": "git",
, 'url': 'http://github.com/orlandov/node-sqlite.git' "url": "http://github.com/orlandov/node-sqlite.git"
} },
, 'main': 'sqlite' "main": "sqlite",
, 'engines': { 'node' : '>=0.2.0' } "engines": {
, 'scripts': { 'test' : './run-tests', preinstall: 'node-waf configure build' } "node": ">=0.2.0"
, 'licenses': },
[ { 'type' : 'BSD' } ] "scripts": {
, 'main': './sqlite' "test": "./run-tests",
"preinstall": "node-waf configure build"
},
"licenses": [{ "type": "BSD" }],
"main": "./sqlite3"
} }
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