UNPKG

ng2-storage

Version:

A service wrapping local and session storage for angular2.

38 lines (37 loc) 906 B
{ "name": "ng2-storage", "version": "0.0.4", "description": "A service wrapping local and session storage for angular2.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/seiyria/ng2-storage.git" }, "keywords": [ "ng2", "angular2", "localstorage", "sessionstorage", "storage", "ng2-storage", "angular2-storage" ], "author": "Kyle Kemp <kyle@seiyria.com>", "license": "MIT", "bugs": { "url": "https://github.com/seiyria/ng2-storage/issues" }, "scripts": { "compile": "babel src/index.js -o index.js --presets es2015" }, "homepage": "https://github.com/seiyria/ng2-storage#readme", "peerDependencies": { "@angular/platform-browser": "^2.0.0-rc.4" }, "devDependencies": { "babel-preset-es2015": "^6.9.0" } }