Add package.json file
Showing
package.json
0 → 100644
| { "name": "sqlite" | ||
| , "description": "SQLite3 bindings for Node" | ||
| , "version": "0.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" | ||
| } | ||
| , "directories" : { "lib" : "." } | ||
| , "engines" : { "node" : ">=0.1.103" } | ||
| , "scripts" : { "test" : "./run-tests" } | ||
| , "licenses" : | ||
| [ { "type" : "BSD" } | ||
| ] | ||
| } |
Please
register
or
sign in
to comment