{
  "name": "angular-local-storage",
  "version": "0.0.2",
  "description": "An Angular module that gives you access to the browsers local storage",
  "main": "angular-local-storage.js",
  "scripts": {
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/grevory/angular-local-storage.git"
  },
  "keywords": [
    "AngularJS",
    "local",
    "storage"
  ],
  "author": "grevory <greg@gregpike.ca>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/grevory/angular-local-storage/issues"
  },
  "dependencies": {
    "grunt": "~0.4.1",
    "grunt-cli": "~0.1.9"
  },
  "devDependencies": {
    "time-grunt": "~0.1.1",
    "load-grunt-tasks": "~0.1.0",
    "grunt-contrib-jshint": "~0.6.4",
    "grunt": "~0.4.2",
    "grunt-contrib-uglify": "~0.2.7"
  }
}
