{ "name": "store", "description": "A localStorage wrapper for all browsers without using cookies or flash. Uses localStorage, globalStorage, and userData behavior under the hood", "version": "1.3.3", "homepage": "https://github.com/marcuswestin/store.js", "author": "Marcus Westin (http://marcuswest.in)", "contributors": [ "Matt Pizzimenti (http://mjpizz.com)", "Long Ouyang (https://github.com/longouyang)", "Paul Irish (http://paulirish.com)", "Guillermo Rauch (https://github.com/guille)", "whitmer (https://github.com/whitmer)", "Steven Black (https://github.com/StevenBlack)", "Marcus Tucker (https://github.com/MarcusJT)", "Leonid Bugaev (https://github.com/buger)", "Per Eckerdal (https://github.com/pereckerdal)", "Fredrik Blomqvist (https://github.com/blq)" ], "repository": { "type": "git", "url": "git://github.com/marcuswestin/store.js.git" }, "bugs": { "url": "http://github.com/marcuswestin/store.js/issues" }, "engines": { "browser": "*", "node": "*" }, "licenses": [ { "type": "MIT", "url": "https://raw.github.com/marcuswestin/store.js/master/store.js" } ], "main": "store", "directories": { "lib": "." }, "devDependencies": { "uglify-js": "v1.2.5" }, "files": [ "" ] }