angular-webstorage-service
Version:
Angular4+ service wrappers for the webstorage API
77 lines (76 loc) • 2.2 kB
JSON
{
"name": "angular-webstorage-service",
"version": "1.0.2",
"description": "Angular4+ service wrappers for the webstorage API",
"homepage": "https://github.com/dscheerens/angular-webstorage-service",
"main": "./bundles/angular-webstorage-service.umd.js",
"module": "./bundles/angular-webstorage-service.es5.js",
"es2015": "./bundles/angular-webstorage-service.js",
"scripts": {
"clean": "rimraf build",
"build": "gulp",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/dscheerens/angular-webstorage-service.git"
},
"keywords": [
"angular",
"ng",
"webstorage",
"storage",
"localstorage",
"sessionstorage"
],
"author": "Daan Scheerens",
"license": "MIT",
"peerDependencies": {
"@angular/core": ">=4.0.0",
"tslib": "^1.8.0"
},
"devDependencies": {
"@angular/animations": "^4.4.6",
"@angular/common": "^4.4.6",
"@angular/compiler": "^4.4.6",
"@angular/compiler-cli": "^4.4.6",
"@angular/core": "^4.4.6",
"@angular/forms": "^4.4.6",
"@angular/http": "^4.4.6",
"@angular/platform-browser": "^4.4.6",
"@angular/platform-browser-dynamic": "^4.4.6",
"@angular/router": "^4.4.6",
"@types/gulp": "^3.8.32",
"@types/gulp-tslint": "^3.6.31",
"@types/jasmine": "^2.5.46",
"@types/karma": "^1.7.1",
"@types/node-sass": "^3.10.32",
"@types/rimraf": "0.0.28",
"@types/run-sequence": "0.0.29",
"ci-info": "^1.0.0",
"core-js": "^2.4.1",
"gulp": "^3.9.1",
"gulp-inline-ng2-template": "^4.0.0",
"gulp-json-transform": "^0.4.2",
"gulp-tslint": "^8.0.0",
"jasmine-core": "^2.5.2",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.0",
"karma-mocha-reporter": "^2.2.3",
"karma-sourcemap-loader": "^0.3.7",
"node-sass": "^4.5.2",
"reflect-metadata": "^0.1.10",
"rimraf": "^2.6.1",
"rollup": "^0.41.6",
"run-sequence": "^1.2.2",
"rxjs": "^5.2.0",
"systemjs": "^0.20.12",
"ts-node": "^3.0.2",
"tslib": "^1.8.0",
"tslint": "^5.1.0",
"typescript": "~2.3.4",
"zone.js": "^0.8.5"
}
}