loopback-connector-cordova-sqlite-t
Version:
LoopBack connector for SQLite under Cordova. This is fork from https://github.com/jouke/loopback-connector-cordova-sqlite
47 lines (46 loc) • 1.16 kB
JSON
{
"name": "loopback-connector-cordova-sqlite-t",
"version": "0.0.2",
"description": "LoopBack connector for SQLite under Cordova. This is fork from https://github.com/jouke/loopback-connector-cordova-sqlite",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec test --timeout 10000"
},
"repository": {
"type": "git",
"url": "https://github.com/technova/loopback-connector-cordova-sqlite"
},
"keywords": [
"Strongloop",
"Loopback",
"Connector",
"Cordova",
"Phonegap",
"Ionic",
"SQLite",
"SQLite3"
],
"author": {
"name": "Rajesh Soni",
"email": "rajesh_eck2000@yahoo.com"
},
"license": "Apache License 2.0",
"bugs": {},
"dependencies": {
"async": "^0.9.0",
"debug": "^2.2.0",
"loopback-connector": "^2.1.0",
"loopback-datasource-juggler": "^2.23.0"
},
"devDependencies": {
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-cordova-launcher": "0.0.9",
"karma-jasmine": "^0.3.8",
"karma-mocha": "^0.2.2",
"loopback-datasource-juggler": "~2.45.1",
"mocha": "^2.1.0",
"rc": "^1.0.1",
"should": "^8.0.2"
}
}