-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
46 lines (46 loc) · 1.11 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
{
"name": "angular-draggable-toggle",
"version": "0.0.5",
"description": "A lightweight Angular-wrapped jQuery plugin that creates easily-styleable toggle buttons - where the handle / knob is clickable AND draggable.",
"authors": [
{
"name": "Stephan Schmitz",
"email": "[email protected]",
"homepage": "http://eyecatchup.github.io"
},
{
"name": "Simon Tabor",
"email": "[email protected]",
"homepage": "http://simontabor.com"
},
{
"name": "Chris Garvis",
"homepage": "http://chrisgarvis.com"
}
],
"main": "dist/angular-draggable-toggle.js",
"license": "MIT",
"homepage": "http://eyecatchup.github.io/angular-draggable-toggle/",
"repository": {
"type": "git",
"url": "https://github.com/eyecatchup/angular-draggable-toggle.git"
},
"ignore": [
"**/.*",
"*.md",
"contrib/*",
"bower_components",
"node_modules",
"gulpfile.js",
"karma.conf.js",
"package.json",
".travis.yml"
],
"dependencies": {
"jquery": "~1.9.0"
},
"devDependencies": {
"angular": "~1.2.27",
"angular-mocks": "~1.2.27"
}
}