forked from ruhley/angular-color-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
41 lines (41 loc) · 899 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
{
"name": "angular-color-picker",
"description": "Color Picker Directive For AngularJS",
"version": "0.6.4",
"homepage": "https://github.com/ruhley/angular-color-picker",
"repository": {
"type": "git",
"url": "git://github.com/ruhle/angular-color-picker.git"
},
"authors": [
"ruhley <[email protected]>"
],
"main": [
"angularjs-color-picker.js",
"angularjs-color-picker.css"
],
"moduleType": [
"globals"
],
"keywords": [
"Color",
"Color Picker",
"Directive",
"Angular",
"AngularJS"
],
"license": "MIT",
"ignore": [
"*",
"!angularjs-color-picker.css",
"!angularjs-color-picker.js",
"!angularjs-color-picker.min.css",
"!angularjs-color-picker.min.js",
"!angularjs-color-picker.min.map"
],
"dependencies": {
"tinycolor": "~1.1.0",
"angular": "^1.3.0",
"bootstrap": "~3.3.0"
}
}