-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathbower.json
57 lines (57 loc) · 1.63 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "angular-spectrum-colorpicker",
"version": "1.4.5",
"authors": [
"Jimdo GmbH",
"Joscha Feth <[email protected]>",
"Hannes Diercks <[email protected]>",
"Hendrike Heydenreich <[email protected]>",
"Sasha Mile Rudan <[email protected]>",
"Christian Meyer <[email protected]>",
"Hauke Stange <[email protected]>",
"luto <[email protected]>",
"tkrym <[email protected]>",
"Dorian Manning <[email protected]>",
"Fernando Pasik <[email protected]>",
"Jorick van Hees <[email protected]>",
"asilberschneider <[email protected]>",
"christian-meyer-jimdo <[email protected]>",
"Denis Dervisevic <[email protected]>",
"Robbie Trencheny <[email protected]>",
"Elan Perach <[email protected]>",
"Matthew Davies <[email protected]>",
"Anbiniyar Muniandy <[email protected]>",
"Erik Dykema <[email protected]>",
"Lasse Diercks <[email protected]>"
],
"description": "Angular directive for a colorpicker, that bases on the spectrum colorpicker",
"main": "dist/angular-spectrum-colorpicker.min.js",
"keywords": [
"directive",
"colorpicker",
"angular"
],
"license": "MIT",
"private": true,
"devDependencies": {
"angular": "^1.2.21",
"angular-mocks": "^1.2.21",
"jquery": "~2.1.1",
"jasmine-moar-matchers": "~0.0.2"
},
"dependencies": {
"spectrum": "1.7.0",
"angular": "^1.2.8"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tasks",
"demo",
"src",
"Gruntfile.js",
"package.json"
]
}