UNPKG

piquinikis-color-picker

Version:
37 lines (36 loc) 823 B
{ "name": "md-color-picker", "version": "0.2.6", "authors": [ "Brian Kelley <kelley.brianp@gmail.com>" ], "description": "Angular-Material inspired color picker.", "main": [ "dist/mdColorPicker.js", "dist/mdColorPicker.css" ], "dependencies": { "tinycolor": ">=1.2.1", "angular": ">=1.6.1", "angular-material": ">=1.1.1" }, "devDependencies": { "angular-cookies": ">=1.6.1" }, "keywords": [ "color-picker", "angular", "angular-material", "color-chooser", "color-dialog" ], "license": "MIT", "homepage": "https://github.com/brianpkelley/md-color-picker", "ignore": [ "**/.*", "node_modules", "bower_components", "test", "tests" ] }