cleanup duplicate entries
Showing
| ... | @@ -17,14 +17,9 @@ | ... | @@ -17,14 +17,9 @@ |
| "type": "git", | "type": "git", | ||
| "url": "http://github.com/orlandov/node-sqlite.git" | "url": "http://github.com/orlandov/node-sqlite.git" | ||
| }, | }, | ||
| "main": "sqlite", | |||
| "engines": { | "engines": { | ||
| "node": ">=0.2.0" | "node": ">=0.2.0" | ||
| }, | }, | ||
| "scripts": { | |||
| "test": "./run-tests", | |||
| "preinstall": "node-waf configure build" | |||
| }, | |||
| "licenses": [{ "type": "BSD" }], | "licenses": [{ "type": "BSD" }], | ||
| "main": "./sqlite3" | "main": "./sqlite3" | ||
| } | } |
Please
register
or
sign in
to comment