forked from brianpkelley/md-color-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
38 lines (38 loc) · 771 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
37
38
{
"name": "md-color-picker",
"moduleName": "mdColorPicker",
"version": "0.2.10",
"authors": [
"Brian Kelley <[email protected]>",
"Mostafa Barmshory <[email protected]>"
],
"description": "Angular-Material inspired color picker.",
"main": [
"dist/md-color-picker.js",
"dist/md-color-picker.css"
],
"dependencies": {
"tinycolor": ">=1.2.1",
"angular": "1.7.x",
"angular-material": "1.1.x"
},
"devDependencies": {
"angular-cookies": "1.7.x"
},
"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"
]
}