-
Notifications
You must be signed in to change notification settings - Fork 386
/
package.json
44 lines (44 loc) · 1.01 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
43
44
{
"name": "draggabilly",
"version": "3.0.0",
"description": "make that shiz draggable",
"main": "draggabilly.js",
"scripts": {
"lint": "npx eslint . && node bin/lint-json.js",
"lintFix": "npx eslint . --fix",
"dist": "node bin/build-dist.js",
"version": "node bin/version.js && npm run dist && git add -A . dist",
"test": "npm run lint"
},
"dependencies": {
"get-size": "^3.0.0",
"unidragger": "^3.0.0"
},
"devDependencies": {
"eslint": "^7.0.0",
"eslint-plugin-metafizzy": "^1.0.0",
"jquery-bridget": "^2.0.1",
"qunit": "^2.10.0",
"terser": "^5.10.0"
},
"repository": {
"type": "git",
"url": "git://github.com/desandro/draggabilly.git"
},
"keywords": [
"DOM",
"drag",
"draggable",
"touch",
"multitouch"
],
"author": "David DeSandro",
"license": "MIT",
"homepage": "https://draggabilly.desandro.com/",
"bugs": {
"url": "https://github.com/desandro/draggabilly/issues"
},
"directories": {
"test": "test"
}
}