indexed-db-utilities
Version:
Helper methods and utilities for creating managing values dynamically for the browser's IndexDB API.
39 lines (38 loc) • 1.21 kB
JSON
{
"name": "indexed-db-utilities",
"version": "2.1.1",
"description": "Helper methods and utilities for creating managing values dynamically for the browser's IndexDB API.",
"main": "bundle/bundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"bundle": "webpack --config webpack.config.js",
"demo": "webpack --config webpack.demo.config.js",
"docs": "typedoc ./src/indexed-db-utilities.ts --out ./docs/",
"build-prod": "npm run bundle && npm run demo && npm run docs && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rdev0rigin/indexedDB-utilities.git"
},
"keywords": [
"idb",
"indexedDB",
"rdev"
],
"author": "Rob \"Rex\" Beatie (rdev1163@outlook.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/rdev0rigin/indexedDB-utilities/issues"
},
"homepage": "https://github.com/rdev0rigin/indexedDB-utilities#readme",
"devDependencies": {
"awesome-typescript-loader": "^3.4.1",
"mocha": "^5.0.0",
"source-map-loader": "^0.2.3",
"tslint": "5.9.1",
"tslint-loader": "3.5.3",
"typescript": "^2.6.2",
"webpack": "^3.10.0"
},
"dependencies": {}
}