initial commit
This commit is contained in:
42
node_modules/propagating-hammerjs/package.json
generated
vendored
Normal file
42
node_modules/propagating-hammerjs/package.json
generated
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"name": "propagating-hammerjs",
|
||||
"version": "1.5.0",
|
||||
"description": "Extend hammer.js with event propagation",
|
||||
"main": "propagating.js",
|
||||
"module": "./src/propagating.js",
|
||||
"files": [
|
||||
"examples",
|
||||
"src",
|
||||
"HISTORY.md",
|
||||
"LICENSE",
|
||||
"README.md",
|
||||
"propagating.js"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "rollup ./src/propagating.js --file propagating.js --format umd --output.name propagating",
|
||||
"prepublishOnly": "npm run build"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/josdejong/propagating-hammerjs.git"
|
||||
},
|
||||
"keywords": [
|
||||
"hammerjs",
|
||||
"touch",
|
||||
"gestures",
|
||||
"event",
|
||||
"propagation"
|
||||
],
|
||||
"author": "Jos de Jong",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/josdejong/propagating-hammerjs/issues"
|
||||
},
|
||||
"homepage": "https://github.com/josdejong/propagating-hammerjs",
|
||||
"devDependencies": {
|
||||
"rollup": "^2.29.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"hammerjs": "^2.0.8"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user