update package.json

This commit is contained in:
AJ ONeal 2015-11-30 18:11:12 -08:00
parent 9aea30a84b
commit 8f0680826a
1 changed files with 7 additions and 7 deletions

View File

@ -1,19 +1,19 @@
{ {
"name": "dbwrap", "name": "masterquest-sqlite3",
"version": "1.0.0", "version": "1.0.0",
"description": "The world's worst database abstraction layer - just in case the others didn't suck enough", "description": "A NoSQL / SQLite3 Hybrid. All your indices are belong to us. Master Quest.",
"main": "lib/dbwrap", "main": "lib/dbwrap",
"scripts": { "scripts": {
"test": "node tests/dbwrap" "test": "node tests/dbwrap"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+ssh://git@bitbucket.org/daplie/dbwrap.git" "url": "git@github.com:coolaj86/node-masterquest-sqlite3.git"
}, },
"author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.com/)", "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "Apache-2.0", "license": "(MIT OR Apache-2.0)",
"homepage": "https://bitbucket.org/daplie/dbwrap#readme", "homepage": "https://github.com/coolaj86/masterquest-sqlite3",
"dependencies": { "dependencies": {
"bluebird": "^2.9.34" "bluebird": "^3.0.5"
} }
} }