{
  "name": "@findify/angularjs-color-picker",
  "description": "Color Picker Directive For AngularJS",
  "version": "1.1.2",
  "license": "MIT",
  "main": "dist/angularjs-color-picker.min.js",
  "dependencies": {
    "angular": "^1.4.0",
    "tinycolor2": "^1.3.0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/ruhley/angular-color-picker.git"
  },
  "authors": [
    "ruhley <timothy.ruhle@gmail.com>"
  ],
  "contributors": [
    "Benjamin Orozco <benoror@gmail.com>"
  ],
  "devDependencies": {
    "glob": "^7.0.0",
    "grunt": "~0.4.5",
    "grunt-contrib-clean": "~1.0.0",
    "grunt-contrib-concat": "~1.0.0",
    "grunt-contrib-cssmin": "~1.0.0",
    "grunt-contrib-jshint": "~1.0.0",
    "grunt-contrib-less": "~1.2.0",
    "grunt-contrib-uglify": "~1.0.0",
    "grunt-karma": "~0.12.0",
    "grunt-notify": "~0.4.1",
    "load-grunt-tasks": "~3.4.0",
    "time-grunt": "~1.3.0"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {}
}
