-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
45 lines (45 loc) · 977 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
40
41
42
43
44
45
{
"name": "@odopod/odo-draggable",
"description": "A class for versatile, performant draggability.",
"version": "1.2.2",
"main": "dist/odo-draggable.js",
"module": "dist/odo-draggable.esm.js",
"odoModule": "src/draggable.js",
"types": "index.d.ts",
"sideEffects": false,
"author": "Odopod",
"contributors": [
{
"name": "Glen Cheney",
"email": "[email protected]"
}
],
"dependencies": {
"@odopod/odo-device": "^1.3.0",
"@odopod/odo-helpers": "^2.0.2",
"@odopod/odo-pointer": "^1.2.1",
"tiny-emitter": "^2.0.1"
},
"homepage": "https://github.com/odopod/code-library/tree/master/packages/odo-draggable",
"files": [
"css",
"dist",
"src",
"index.d.ts"
],
"odoKeywords": [
"ui"
],
"keywords": [
"odo",
"odo-component",
"odopod",
"drag",
"draggable"
],
"license": "MIT",
"repository": "odopod/code-library",
"scripts": {
"test": "gulp code-quality test"
}
}