-
Notifications
You must be signed in to change notification settings - Fork 564
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 739 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 739 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
{
"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",
"dependencies": {},
"devDependencies": {
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-jasmine": "^0.3.5"
},
"scripts": {
"test": "npm run test-unit",
"test-unit": "karma start karma.conf.js"
},
"repository": {
"type": "git",
"url": "git://github.com/codef0rmer/angular-dragdrop.git"
}
}