reactive-localstorage
Version:
A reactive localStorage with no dependency
66 lines (65 loc) • 1.85 kB
JSON
{
"name": "reactive-localstorage",
"version": "1.0.1",
"description": "A reactive localStorage with no dependency",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"start": "webpack-serve --open --config dev/webpack.config.js",
"build": "ts-node -T --project tools/tsconfig.json tools/build.ts",
"test": "karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aihornmac/reactive-localstorage.git"
},
"files": [
"lib",
"es"
],
"keywords": [
"reactive",
"localstorage",
"sessionstorage"
],
"author": "Aihorn Mac",
"license": "MIT",
"bugs": {
"url": "https://github.com/aihornmac/reactive-localstorage/issues"
},
"homepage": "https://github.com/aihornmac/reactive-localstorage#readme",
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/escape-string-regexp": "^1.0.0",
"@types/mocha": "^5.2.6",
"@types/node": "^11.10.4",
"@types/readdir-enhanced": "^2.2.1",
"@types/shelljs": "^0.8.3",
"@types/uuid": "^3.4.4",
"chai": "^4.2.0",
"escape-string-regexp": "^1.0.5",
"happypack": "^5.0.1",
"html-webpack-plugin": "^3.2.0",
"javascript-stringify": "^1.6.0",
"karma": "^4.0.1",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-opera-launcher": "^1.0.0",
"karma-safari-launcher": "^1.0.0",
"karma-typescript": "^4.0.0",
"mocha": "^6.0.2",
"readdir-enhanced": "^2.2.4",
"shelljs": "^0.8.3",
"ts-loader": "^5.3.3",
"ts-node": "^8.0.2",
"tslint": "^5.13.1",
"tslint-eslint-rules": "^5.3.1",
"typescript": "^3.9.7",
"uuid": "^3.3.2",
"webpack": "^4.29.6",
"webpack-serve": "^2.0.3"
}
}