forked from codef0rmer/angular-dragdrop
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
27 lines (27 loc) · 711 Bytes
/
bower.json
File metadata and controls
27 lines (27 loc) · 711 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
{
"name": "angular-dragdrop",
"version": "1.0.13",
"description": "This directive allows you to use jQuery UI's draggable and droppable plugins with AngularJS.",
"author": "https://github.com/codef0rmer/angular-dragdrop/contributors",
"license": "MIT",
"homepage": "http://codef0rmer.github.io/angular-dragdrop",
"main": "./src/angular-dragdrop.js",
"ignore": [
"**/.*",
"node_modules",
"components",
"test*",
"demo*",
"gruntFile.js",
"package.json"
],
"dependencies": {
"jquery-ui": "latest",
"angular": "latest"
},
"devDependencies": {
"angular-mocks": "latest",
"angular-ui-bootstrap-bower": "latest",
"angular-animate": "latest"
}
}