{
  "name": "loopback-connector-sqlite",
  "version": "1.4.5",
  "description": "LoopBack SQLite3 Database Connector. LoopBack is an API Mgmt/MBaas platform built on top of express by StrongLoop. It supports the notion of connectors to connect to databases, restful web services, soap web services etc.",
  "main": "index.js",
  "scripts": {
    "test": "mocha --reporter spec test --timeout 10000"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Synerzip/loopback-connector-sqlite"
  },
  "keywords": [
    "Strongloop",
    "Loopback",
    "Connector",
    "SQLite",
    "SQLite3"
  ],
  "author": "Tushar Chauhan <chauhan.tushar@gmail.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/Synerzip/loopback-connector-sqlite/issues"
  },
  "homepage": "https://github.com/Synerzip/loopback-connector-sqlite",
  "dependencies": {
    "async": "^0.9.0",
    "debug": "^2.1.3",
    "loopback-connector": "2.x",
    "sqlite3": "^3.1.1"
  },
  "devDependencies": {
    "chai": "^2.1.2",
    "loopback-datasource-juggler": "~2.45.1",
    "mocha": "^2.1.0",
    "should": "^8.0.2",
    "rc": "^1.0.1"
  }
}
