forked from avoronkin/angular-spectrum-colorpicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
47 lines (47 loc) · 1.2 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
{
"name": "angular-spectrum-colorpicker",
"version": "1.3.5.1",
"authors": [
"Jimdo GmbH",
"Joscha Feth <[email protected]>",
"Hannes Diercks <[email protected]>",
"Hendrike Heydenreich <[email protected]>",
"luto <[email protected]>",
"Hauke Stange <[email protected]>",
"asilberschneider <[email protected]>",
"Erik Dykema <[email protected]>",
"Elan Perach <[email protected]>",
"Lasse Diercks <[email protected]>",
"Matthew Davies <[email protected]>",
"Denis Dervisevic <[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",
"devDependencies": {
"angular": "^1.2.21",
"angular-mocks": "^1.2.21",
"jquery": "~2.1.1",
"jasmine-moar-matchers": "~0.0.2"
},
"dependencies": {
"spectrum": "1.6.2",
"angular": "^1.2.8"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tasks",
"demo",
"src",
"Gruntfile.js",
"package.json"
]
}