47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "draggabilly",
|
|
"version": "2.4.1",
|
|
"description": "make that shiz draggable",
|
|
"main": "draggabilly.js",
|
|
"scripts": {
|
|
"lint": "npx eslint . && node bin/lint-json.js",
|
|
"lintFix": "npx eslint . --fix",
|
|
"dist": "npm run bundle && npm run uglify",
|
|
"bundle": "node bin/bundle.js",
|
|
"uglify": "npx uglifyjs dist/draggabilly.pkgd.js -o dist/draggabilly.pkgd.min.js --mangle --comments /^!/",
|
|
"version": "node bin/version.js && npm run dist && git add -A . dist"
|
|
},
|
|
"dependencies": {
|
|
"get-size": "^2.0.2",
|
|
"unidragger": "^2.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.0.0",
|
|
"eslint-plugin-metafizzy": "^1.0.0",
|
|
"jquery-bridget": "^2.0.1",
|
|
"qunit": "^2.10.0",
|
|
"requirejs": "^2.3.6",
|
|
"uglify-js": "^3.9.3"
|
|
},
|
|
"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"
|
|
}
|
|
}
|