Files
old-wiaas-legacy/api-wiaas/client/js/bower_components/angular-dragdrop/bower.json
2018-06-11 11:09:35 +02:00

28 lines
711 B
JSON

{
"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"
}
}