{
  "name": "@meanie/angular-storage",
  "description": "An Angular service for interacting with local storage, session storage and cookie storage",
  "version": "2.0.2",
  "homepage": "https://github.com/meanie/angular-storage",
  "author": {
    "name": "Adam Reis",
    "email": "adam@reis.nz",
    "url": "https://adam.reis.nz/"
  },
  "contributors": [],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/meanie/angular-storage"
  },
  "bugs": {
    "url": "https://github.com/meanie/angular-storage/issues"
  },
  "instructions": {
    "url": "https://github.com/meanie/angular-storage#usage"
  },
  "keywords": [
    "meanie",
    "text",
    "string",
    "utility",
    "angularjs",
    "filters"
  ],
  "main": "index.js",
  "scripts": {
    "test": "karma start karma.conf.js",
    "release": "gulp release",
    "version": "yarn release && git add release/*",
    "postversion": "git push && git push --tags && npm publish"
  },
  "peerDependencies": {
    "angular-cookies": "^1.6.6"
  },
  "devDependencies": {
    "angular": "^1.6.6",
    "angular-mocks": "^1.6.6",
    "babel-core": "^6.26.0",
    "babel-preset-es2015-without-strict": "^0.0.4",
    "gulp": "github:gulpjs/gulp#4.0",
    "gulp-babel": "^7.0.0",
    "gulp-concat": "^2.6.1",
    "gulp-filter": "^5.0.1",
    "gulp-ng-annotate": "^2.0.0",
    "gulp-rename": "^1.2.2",
    "gulp-sourcemaps": "^2.6.1",
    "gulp-uglify": "^3.0.0",
    "gulp-wrapper": "^1.0.0",
    "jasmine-core": "^2.4.1",
    "jasmine-spec-reporter": "^2.5.0",
    "karma": "^1.1.1",
    "karma-babel-preprocessor": "^6.0.1",
    "karma-jasmine": "^1.0.2",
    "karma-phantomjs-launcher": "^1.0.1",
    "karma-spec-reporter": "^0.0.26",
    "phantomjs-prebuilt": "^2.1.7"
  }
}
