{
  "name": "angular-autoselect",
  "version": "0.3.3",
  "description": "AngularJS directive(s) to automatically select text within input fields",
  "main": "autoselect.js",
  "peerDependencies": {
    "angular": "^1.2.23"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/boneskull/angular-autoselect.git"
  },
  "keywords": [
    "angular",
    "angularjs",
    "range",
    "text",
    "select",
    "selection",
    "input",
    "fields",
    "autoselect",
    "autoselection"
  ],
  "scripts": {
    "test": "grunt test"
  },
  "author": "Christopher Hiller <chiller@badwing.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/boneskull/angular-autoselect/issues"
  },
  "homepage": "https://github.com/boneskull/angular-autoselect",
  "devDependencies": {
    "grunt-bower-install-simple": "^1.0.3",
    "grunt-bump": "0.0.16",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-copy": "^0.6.0",
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-contrib-uglify": "^0.6.0",
    "grunt-dev-update": "^0.9.0",
    "grunt-gh-pages": "^2.0.0",
    "grunt-wiredep": "^1.9.0",
    "jshint-stylish": "^1.0.0",
    "load-grunt-tasks": "^0.6.0",
    "time-grunt": "^1.0.0"
  }
}
