Initial commit
This commit is contained in:
37
api-wiaas/client/js/bower_components/angular-dragdrop/.bower.json
vendored
Normal file
37
api-wiaas/client/js/bower_components/angular-dragdrop/.bower.json
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"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"
|
||||
},
|
||||
"_release": "1.0.13",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "v1.0.13",
|
||||
"commit": "aecc6ec885eb2e181576c5859f75fda61a0b178a"
|
||||
},
|
||||
"_source": "https://github.com/codef0rmer/angular-dragdrop.git",
|
||||
"_target": "^1.0.13",
|
||||
"_originalSource": "angular-dragdrop",
|
||||
"_direct": true
|
||||
}
|
||||
Reference in New Issue
Block a user