UNPKG

huge-storage

Version:
39 lines (38 loc) 994 B
{ "name": "huge-storage", "version": "0.0.3", "description": "optimize for web storage", "main": "dist/storage.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "del": "rimraf dist", "build": "npm run del && webpack --mode production" }, "repository": { "type": "git", "url": "git+https://github.com/chuanHH/huge-stroage.git" }, "keywords": [ "webStorage", "storage", "localStroage", "sessionStorage", "store" ], "author": "haichuan", "license": "MIT", "bugs": { "url": "https://github.com/chuanHH/huge-stroage/issues" }, "homepage": "https://github.com/chuanHH/huge-stroage#readme", "devDependencies": { "babel-core": "^6.26.0", "babel-loader": "^7.1.4", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.6.1", "babel-preset-stage-2": "^6.24.1", "webpack": "^4.1.1", "webpack-cli": "^2.0.12" } }