forked from desandro/draggabilly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 868 Bytes
/
package.json
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
38
39
{
"name": "draggabilly",
"version": "1.2.4",
"description": "make that shiz draggable",
"main": "draggabilly.js",
"dependencies": {
"desandro-classie": "~1.0.1",
"get-size": "~1.2.2",
"desandro-get-style-property": "~1.0.4",
"unidragger": "~1.1.0"
},
"devDependencies": {
"gulp": "^3.8.11",
"through2": "^0.6.3",
"gulp-replace": "^0.5.3",
"gulp-uglify": "^1.1.0",
"requirejs": "^2.1.16",
"gulp-jshint": "^1.9.2",
"gulp-json-lint": "^0.1.0",
"gulp-rename": "^1.2.0",
"gulp-util": "^3.0.4"
},
"scripts": {
},
"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/"
}