We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc4712 commit 0c61d0eCopy full SHA for 0c61d0e
package.json
@@ -0,0 +1,18 @@
1
+{
2
+ "name": "angular-dragdrop",
3
+ "version": "0.0.1",
4
+ "description": "This directive allows you to use jQuery UI's draggable and droppable plugins with AngularJS.",
5
+ "author": "https://github.com/codef0rmer/angular-dragdrop/contributors",
6
+ "homepage": "http://codef0rmer.github.io/angular-dragdrop/#/",
7
+ "main": "src/angular-dragdrop.js",
8
+ "dependencies": {},
9
+ "devDependencies": {
10
+ "grunt": "~0.4.1",
11
+ "grunt-karma": "~0.4.4"
12
+ },
13
+ "scripts": {},
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "git://github.com/codef0rmer/angular-dragdrop.git"
17
+ }
18
+}
0 commit comments