{
  "name": "taimadb-test",
  "version": "1.0.2",
  "description": "A simple, interactive database created for facilitating data management",
  "main": "lib/index.js",
  "directories": {
    "doc": "docs",
    "lib": "lib",
    "test": "test"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "install": "node-gyp rebuild"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SoftdrinkCorporation/taimadb.git"
  },
  "keywords": [
    "sql",
    "db",
    "database",
    "softdrink",
    "klakes",
    "theklakes",
    "aidak",
    "database",
    "sqlite",
    "mysql",
    "sqlite3",
    "taimadb"
  ],
  "author": "SoftdrinkCorporation",
  "license": "Apache-2.0",
  "gypfile": true,
  "bugs": {
    "url": "https://github.com/SoftdrinkCorporation/taimadb/issues"
  },
  "homepage": "https://github.com/SoftdrinkCorporation/taimadb#readme"
}
