Skip to content

Commit 0c61d0e

Browse files
committed
Added package.json
1 parent 5bc4712 commit 0c61d0e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

package.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)