perm-storage
Version:
A Simple wrapper for permanent local storage
33 lines (32 loc) • 833 B
JSON
{
"name": "perm-storage",
"version": "1.0.9",
"description": "A Simple wrapper for permanent local storage",
"main": "./dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel ./src/index.js --out-file ./dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ersumanta/perm-storage.git"
},
"keywords": [
"JS",
"Local",
"Storage"
],
"author": "Sumanta Sarkar <sumanta.sr@gmail.com> (http://nextgn.net)",
"license": "ISC",
"bugs": {
"url": "https://github.com/ersumanta/perm-storage/issues"
},
"homepage": "https://github.com/ersumanta/perm-storage#readme",
"dependencies": {
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1"
}
}