diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-08-01 16:43:27 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-08-01 16:43:27 -0400 |
| commit | 69e7033fca28646d1f3f2c78db6e0e6c2796c3e8 (patch) | |
| tree | dc9cb04aeaaf961e776645b656a9f4dc4e457025 /www/lib/localforage-cordovasqlitedriver/package.json | |
| parent | 81d24bbed0af0ba7b39948ca968528b225a46c76 (diff) | |
#292 - various items cleaned up, default to sqlite for devices, cleaned up entry paths to PortalLogin and ensured its AFTER DataModel.init() - wonder if this fixes #193
Former-commit-id: fbe5c0b0649b44912f5a52babeea5aa91a58e70f
Diffstat (limited to 'www/lib/localforage-cordovasqlitedriver/package.json')
| -rw-r--r-- | www/lib/localforage-cordovasqlitedriver/package.json | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/www/lib/localforage-cordovasqlitedriver/package.json b/www/lib/localforage-cordovasqlitedriver/package.json new file mode 100644 index 00000000..cb09c3c7 --- /dev/null +++ b/www/lib/localforage-cordovasqlitedriver/package.json @@ -0,0 +1,44 @@ +{ + "name": "localforage-cordovasqlitedriver", + "version": "1.4.1", + "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", + "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 && npm test" + }, + "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": "^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.4.0" + } +} |
