my-store
Version:
localstorage with encryption, expiration option and isomorphic check
37 lines (36 loc) • 955 B
JSON
{
"name": "my-store",
"version": "0.2.6",
"description": "localstorage with encryption, expiration option and isomorphic check",
"main": "dist/my-store.js",
"repository": {
"type": "git",
"url": "https://github.com/fluse/my-store.git"
},
"keywords": [
"localstore",
"expiration",
"visibility",
"isomorphic",
"encryption"
],
"author": "Holger Schauf",
"website": "http://www.holger-schauf.de",
"license": "MIT",
"bugs": {
"url": "https://github.com/fluse/my-store/issues"
},
"homepage": "https://github.com/fluse/my-store",
"scripts": {
"compile": "babel ./src/my-store.js -o ./dist/my-store.js"
},
"dependencies": {
"extend": "^3.0.0",
"moment": "^2.15.2"
},
"devDependencies": {
"babel-cli": "^6.8.0",
"babel-core": "^6.7.4",
"babel-preset-es2015": "^6.6.0"
}
}