UNPKG

cargo

Version:

HTML5 web storage module

49 lines 1.16 kB
{ "name": "cargo", "description": "HTML5 web storage module", "version": "0.8.0", "homepage": "https://github.com/ryanve/cargo", "license": "MIT", "author": "Ryan Van Etten", "keywords": ["storage", "localstorage", "sessionstorage", "data", "html5", "browser", "ender"], "main": "cargo.js", "repository": { "type": "git", "url": "https://github.com/ryanve/cargo.git" }, "dependencies": {}, "optionalDependencies": {}, "devDependencies": { "aok": "^1.8.1", "universal": "^0.1.0", "grunt-contrib-uglify": "^0.4.0", "grunt-contrib-concat": "^0.3.0", "grunt-contrib-jshint": "^0.9.0" }, "jshintConfig": { "asi": true, "boss": true, "browser": true, "debug": false, "devel": false, "eqnull": true, "evil": false, "expr": true, "globals": {}, "jquery": false, "lastsemic": true, "latedef": "nofunc", "laxcomma": true, "maxcomplexity": 10, "maxerr": 10, "maxlen": 115, "maxparams": 4, "node": true, "sub": true, "supernew": true, "trailing": true, "undef": true, "unused": true, "worker": true } }