forked from desandro/draggabilly
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 826 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 826 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
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "draggabilly",
"version": "1.1.1",
"description": "make that shiz draggable",
"main": "draggabilly.js",
"dependencies": {
"desandro-classie": "^1",
"wolfy87-eventemitter": ">=3 <5",
"eventie": "^1",
"get-size": "^1.1.8",
"desandro-get-style-property": "^1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.5.0",
"grunt-requirejs": "^0.4.2"
},
"scripts": {
"test": "grunt travis"
},
"repository": {
"type": "git",
"url": "git://github.com/desandro/draggabilly.git"
},
"keywords": [
"DOM",
"drag",
"draggable",
"touch",
"multitouch"
],
"author": "David DeSandro",
"license": "MIT",
"homepage": "http://draggabilly.desandro.com/"
}