-
Notifications
You must be signed in to change notification settings - Fork 120
/
bower.json
36 lines (36 loc) · 823 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "md-color-picker",
"version": "0.2.6",
"authors": [
"Brian Kelley <[email protected]>"
],
"description": "Angular-Material inspired color picker.",
"main": [
"dist/mdColorPicker.js",
"dist/mdColorPicker.css"
],
"dependencies": {
"tinycolor": ">=1.2.1",
"angular": ">=1.5.0",
"angular-material": ">=1.0.5"
},
"devDependencies": {
"angular-cookies": ">=1.5.0"
},
"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"
]
}