forked from ruhley/angular-color-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
44 lines (44 loc) · 968 Bytes
/
Copy pathbower.json
File metadata and controls
44 lines (44 loc) · 968 Bytes
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
43
44
{
"name": "angular-color-picker",
"description": "Color Picker Directive For AngularJS",
"version": "0.6.11",
"homepage": "https://github.com/ruhley/angular-color-picker",
"repository": {
"type": "git",
"url": "git://github.com/ruhley/angular-color-picker.git"
},
"authors": [
"ruhley <timothy.ruhle@gmail.com>"
],
"contributors": [
"Benjamin Orozco <benoror@gmail.com>"
],
"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.2.0",
"angular": "^1.3.0",
"bootstrap": "~3.3.0"
}
}