masterquest-sqlite3.js/package.json

21 lines
592 B
JSON
Raw Normal View History

2015-08-28 03:33:46 +00:00
{
2015-12-01 02:11:12 +00:00
"name": "masterquest-sqlite3",
2018-05-17 09:38:10 +00:00
"version": "1.1.0",
2015-12-01 02:11:12 +00:00
"description": "A NoSQL / SQLite3 Hybrid. All your indices are belong to us. Master Quest.",
2015-08-28 03:33:46 +00:00
"main": "lib/dbwrap",
"scripts": {
"test": "node tests/dbwrap"
},
"repository": {
"type": "git",
2018-05-17 09:54:13 +00:00
"url": "https://git.coolaj86.com:coolaj86/masterquest-sqlite3.js"
2015-08-28 03:33:46 +00:00
},
2015-12-01 02:11:12 +00:00
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "(MIT OR Apache-2.0)",
2018-05-17 09:54:13 +00:00
"homepage": "https://git.coolaj86.com:coolaj86/masterquest-sqlite3.js",
2015-08-28 03:33:46 +00:00
"dependencies": {
2018-05-17 09:54:13 +00:00
"bluebird": "^3.5.1",
"uuid": "^3.2.1"
2015-08-28 03:33:46 +00:00
}
}