{"name":"humble-localstorage","version":"1.3.0","description":"wraps localStorage and adds .getObject(), .setObject(), .isPersistent","main":"lib/index.js","scripts":{"build":"browserify . -s humbleLocalStorage > dist/humble-localstorage.js && uglifyjs dist/humble-localstorage.js -mc > dist/humble-localstorage.min.js","wip-deploy":"gh-pages-deploy # https://github.com/meandavejustice/gh-pages-deploy/issues/5","predeploy":"git config user.name \"Travis-CI\" && git config user.email \"deploy@travis-ci.org\" && git remote add deploy \"https://${GH_TOKEN}@github.com/gr2m/humble-localstorage.git\" > /dev/null 2>&1","deploy":"git branch -f gh-pages && git checkout gh-pages && cp -r docs/* . && git reset --hard origin/master && git add -A . && git commit -a -m 'gh-pages update' && git push deploy gh-pages --force && git checkout master","dev-server":"http-server -a 127.0.0.1 -p 8000","docs":"doxx --source lib/ --target docs/ --template docs/template.jade --ignore index.js","jshint":"jshint -c .jshintrc lib/ test/","postpublish":"semantic-release post && npm run docs && npm run deploy","prepublish":"semantic-release pre","test":"npm run jshint && npm run test-unit && npm run test-e2e","test-e2e":"testmate test/*.js","test-unit":"mocha test/unit"},"repository":{"type":"git","url":"git://github.com/gr2m/humble-localstorage.git"},"keywords":["localstorage","browser","data"],"author":{"name":"Gregor Martynus"},"license":"MIT","bugs":{"url":"http://github.com/gr2m/humble-localstorage/issues"},"homepage":"http://gr2m.github.io/humble-localstorage/","devDependencies":{"browserify":"^8.0.3","chai":"^1.10.0","derequire":"^1.2.0","doxx":"^1.2.5","expect.js":"^0.3.1","gh-pages-deploy":"^0.2.0","jshint":"^2.5.11","mocha":"^2.1.0","semantic-release":"^3.0.1","sinon":"^1.12.2","testmate":"^1.0.1","uglify-js":"^2.4.16"},"dependencies":{"has-localstorage":"^1.0.0","localstorage-memory":"^1.0.0"},"gh-pages-deploy":{"staticpath":"docs","noprompt":true},"gitHead":"d052471766163e11663c1006bef13a1e0b34a177","_id":"humble-localstorage@1.3.0","_shasum":"8447032aa5b0f6dc3cf90faca63379aa03d90afc","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"gr2m","email":"gregor@martynus.net"},"maintainers":[{"name":"gr2m","email":""}],"dist":{"shasum":"8447032aa5b0f6dc3cf90faca63379aa03d90afc","size":13866,"noattachment":false,"key":"/humble-localstorage/-/humble-localstorage-1.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/humble-localstorage/download/humble-localstorage-1.3.0.tgz"},"directories":{},"publish_time":1423519856481,"_hasShrinkwrap":false,"_cnpm_publish_time":1423519856481,"_cnpmcore_publish_time":"2021-12-16T16:41:01.289Z","dist-tags":{"latest":"2.0.0"}}