From 8f0680826addee424f0f712b11048fd5937a07b9 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 30 Nov 2015 18:11:12 -0800 Subject: [PATCH] update package.json --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 4fb0aef..66ccb66 100644 --- a/package.json +++ b/package.json @@ -1,19 +1,19 @@ { - "name": "dbwrap", + "name": "masterquest-sqlite3", "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", "scripts": { "test": "node tests/dbwrap" }, "repository": { "type": "git", - "url": "git+ssh://git@bitbucket.org/daplie/dbwrap.git" + "url": "git@github.com:coolaj86/node-masterquest-sqlite3.git" }, - "author": "AJ ONeal (http://coolaj86.com/)", - "license": "Apache-2.0", - "homepage": "https://bitbucket.org/daplie/dbwrap#readme", + "author": "AJ ONeal (https://coolaj86.com/)", + "license": "(MIT OR Apache-2.0)", + "homepage": "https://github.com/coolaj86/masterquest-sqlite3", "dependencies": { - "bluebird": "^2.9.34" + "bluebird": "^3.0.5" } }