UNPKG

localforage-cordova-sqlcipher-driver

Version:
47 lines (46 loc) 1.44 kB
{ "name": "localforage-cordova-sqlcipher-driver", "version": "1.0.3", "description": "SQLite driver for Cordova apps using localForage.", "homepage": "https://github.com/rockchan123/localforage-cordova-sqlcipher-driver", "main": "dist/localforage-cordova-sqlcipher-driver.js", "jsnext:main": "dist/localforage-cordova-sqlcipher-driver.es6.js", "typings": "typings/localforage-cordova-sqlcipher-driver.d.ts", "scripts": { "prebuild": "eslint lib test", "build": "rollup -c rollup.config.umd.js && rollup -c rollup.config.es6.js", "pretest": "rollup -c rollup.config.test.js", "test": "mocha build/test-bundle.js", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git://github.com/rockchan123/localforage-cordova-sqlcipher-driver.git" }, "keywords": [ "localforage", "SQLite", "SQLCipher", "driver", "cordova" ], "author": "Terry Chan", "licence": "Apache-2.0", "bugs": { "url": "http://github.com/rockchan123/localforage-cordova-sqlcipher-driver/issues" }, "devDependencies": { "babel-eslint": "^6.0.4", "babel-preset-es2015-rollup": "^1.1.1", "eslint": "^2.8.0", "mocha": "^2.4.5", "requirejs": "^2.2.0", "rollup": "^0.26.1", "rollup-plugin-babel": "^2.4.0", "rollup-plugin-multi-entry": "^1.2.0", "source-map-support": "^0.4.0" }, "dependencies": { "localforage": ">=1.5.0" } }