touchway-sqlite
Version:
Touchway SQLite to JSON wrapper
28 lines • 576 B
JSON
{
"name": "touchway-sqlite",
"version": "0.9.6",
"description": "Touchway SQLite to JSON wrapper",
"main": "index.js",
"private": false,
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Touchway",
"SQLite",
"JSON",
"database"
],
"author": "Horrer Lukas",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://gitlab.com/touchway/node/touchway-sqlite.git"
},
"dependencies": {
"sqlite3": "^4.0.0"
}
}