UNPKG

localforage-cordovasqlitedriver

Version:
50 lines (49 loc) 1.54 kB
{ "name": "localforage-cordovasqlitedriver", "version": "1.8.0", "description": "SQLite driver for Cordova apps using localForage.", "homepage": "https://github.com/thgreasi/localForage-cordovaSQLiteDriver", "main": "dist/localforage-cordovasqlitedriver.js", "jsnext:main": "dist/localforage-cordovasqlitedriver.es6.js", "typings": "typings/localforage-cordovasqlitedriver.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:only": "mocha build/test-bundle.js", "test": "npm run build && npm run test:only", "prepare": "npm run build" }, "repository": { "type": "git", "url": "git://github.com/thgreasi/localForage-cordovaSQLiteDriver.git" }, "keywords": [ "localforage", "SQLite", "driver", "cordova" ], "author": "Thodoris Greasidis", "licence": "Apache-2.0", "bugs": { "url": "http://github.com/thgreasi/localForage-cordovaSQLiteDriver/issues" }, "devDependencies": { "babel-eslint": "^7.1.1", "babel-plugin-external-helpers": "^6.18.0", "babel-preset-es2015": "^6.18.0", "babel-register": "^6.18.0", "babelrc-rollup": "^3.0.0", "eslint": "^2.8.0", "mocha": "^2.4.5", "requirejs": "^2.2.0", "rollup": "^0.37.0", "rollup-plugin-babel": "^2.7.1", "rollup-plugin-multi-entry": "^2.0.1", "source-map-support": "^0.4.0" }, "dependencies": { "localforage": ">=1.5.0" } }