{
  "name": "angular-select2",
  "version": "1.5.3",
  "description": "Select2 directive for Angular.js",
  "main": "dist/angular-select2.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "grunt ci",
    "prepublish": "grunt build"
  },
  "keywords": [
    "angular",
    "select2"
  ],
  "author": {
    "name": "Ruben Vermeersch",
    "email": "ruben@rocketeer.be",
    "url": "http://rocketeer.be/"
  },
  "license": "MIT",
  "devDependencies": {
    "grunt": "~1.0.1",
    "grunt-bump": "0.8.0",
    "grunt-contrib-clean": "~1.0.0",
    "grunt-contrib-concat": "~1.0.0",
    "grunt-contrib-connect": "~1.0.0",
    "grunt-contrib-jshint": "~1.0.0",
    "grunt-contrib-uglify": "~1.0.0",
    "grunt-contrib-watch": "~1.0.0",
    "grunt-jscs": "^3.0.0",
    "grunt-ng-annotate": "^2.0.2",
    "grunt-protractor-runner": "3.2.0",
    "grunt-sauce-tunnel": "^0.2.0",
    "grunt-shell": "^1.3.0",
    "open-sauce-browsers": "git://github.com/rubenv/open-sauce-browsers",
    "protractor": "~3.3.0",
    "serve-static": "^1.11.1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/rubenv/angular-select2.git"
  },
  "jspm": {
    "main": "dist/angular-select2"
  }
}
