-
Notifications
You must be signed in to change notification settings - Fork 55
/
Copy pathpackage.json
37 lines (37 loc) · 897 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
{
"name": "draggable",
"version": "4.2.0",
"description": "High performance, fully cross browser, full featured drag and drop in a tiny (2k gzipped), dependency-free package",
"homepage": "http://bcherny.github.io/draggable/demos",
"author": "Boris Cherny <[email protected]>",
"main": "dist/draggable.min.js",
"contributors": [
{
"name": "Boris Cherny",
"email": "[email protected]"
}
],
"scripts": {
"build": "grunt"
},
"devDependencies": {
"grunt": "^1.0.2",
"grunt-cli": "^1.2.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-uglify": "^3.3.0"
},
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/bcherny/draggable.git"
},
"keywords": [
"drag",
"drop",
"drag and drop",
"dragndrop",
"move"
]
}