forked from anseki/plain-draggable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.1 KB
/
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
40
41
42
{
"name": "@phanmn/plain-draggable",
"version": "2.5.13",
"title": "PlainDraggable",
"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": "build/plainDraggable.min.js",
"devDependencies": {
"anim-event": "^1.0.16",
"cssprefix": "^2.0.16",
"m-class-list": "^1.1.9",
"pointer-event": "^1.0.0",
"typescript": "^3.5.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "parcel build src/plainDraggable.ts --out-dir build --out-file plainDraggable.min.js --target browser",
"prepublish": "npm run build"
},
"homepage": "https://anseki.github.io/plain-draggable/",
"repository": {
"type": "git",
"url": "git://github.com/anseki/plain-draggable.git"
},
"bugs": "https://github.com/anseki/plain-draggable/issues",
"license": "MIT",
"author": {
"name": "anseki",
"url": "https://github.com/anseki"
}
}