{
  "name": "angularjs-color-picker",
  "description": "Color Picker Directive For AngularJS",
  "version": "3.4.8",
  "license": "MIT",
  "main": "dist/angularjs-color-picker.min.js",
  "dependencies": {
    "angular": "^1.4.0",
    "tinycolor2": "^1.3.0"
  },
  "repository": "git://github.com/ruhley/angular-color-picker.git",
  "author": "Timothy Ruhle <timothy.ruhle@gmail.com>",
  "contributors": [
    "Benjamin Orozco <benoror@gmail.com>"
  ],
  "devDependencies": {
    "babel-core": "^6.25.0",
    "babel-preset-es2015-rollup": "^3.0.0",
    "glob": "^7.0.0",
    "grunt": "^1.0.0",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-connect": "^1.0.2",
    "grunt-contrib-cssmin": "^2.0.0",
    "grunt-contrib-jshint": "^1.1.0",
    "grunt-contrib-less": "^1.3.0",
    "grunt-notify": "^0.4.1",
    "grunt-run": "^0.8.0",
    "load-grunt-tasks": "^3.5.0",
    "moment": "^2.14.1",
    "protractor": "^5.0.0",
    "rollup": "^0.50.0",
    "rollup-plugin-babel": "^3.0.0",
    "rollup-plugin-uglify": "^2.0.0",
    "time-grunt": "^1.3.0"
  },
  "engines": {
    "node": ">=4.4.0"
  },
  "scripts": {
    "pretest": "./node_modules/.bin/webdriver-manager update --standalone",
    "test": "./node_modules/.bin/protractor ./test/protractor-config.js"
  }
}
