forked from ruhley/angular-color-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
42 lines (42 loc) · 975 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
39
40
41
42
{
"name": "angular-color-picker",
"description": "Color Picker Directive For AngularJS",
"version": "3.5.0",
"homepage": "https://github.com/ruhley/angular-color-picker",
"repository": {
"type": "git",
"url": "git://github.com/ruhley/angular-color-picker.git"
},
"authors": [
"ruhley <[email protected]>"
],
"contributors": [
"Benjamin Orozco <[email protected]>"
],
"main": [
"dist/angularjs-color-picker.js",
"dist/angularjs-color-picker.css"
],
"moduleType": [
"globals"
],
"keywords": [
"Color",
"Color Picker",
"Directive",
"Angular",
"AngularJS"
],
"license": "MIT",
"ignore": [
"*",
"!dist/",
"!dist/*",
"!dist/themes/",
"!dist/themes/*"
],
"dependencies": {
"tinycolor": "BlackPearSw/tinycolor#~1.5",
"angular": "^1.3.0"
}
}