forked from anseki/plain-draggable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 713 Bytes
/
bower.json
File metadata and controls
35 lines (35 loc) · 713 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
{
"name": "plain-draggable",
"version": "2.5.12",
"description": "The simple and high performance library to allow HTML/SVG element to be dragged.",
"keywords": [
"draggable",
"drag",
"html",
"dom",
"svg",
"grid",
"snaps",
"performance",
"ui",
"requestanimationframe "
],
"main": "plain-draggable.min.js",
"homepage": "https://anseki.github.io/plain-draggable/",
"repository": {
"type": "git",
"url": "git://github.com/anseki/plain-draggable.git"
},
"moduleType": [],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"license": "MIT",
"authors": [
"anseki <AnSeki.aff@gmail.com>"
]
}