40 lines
1 KiB
JSON
40 lines
1 KiB
JSON
{
|
|
"name": "pinch-zoom-element",
|
|
"version": "1.0.0",
|
|
"description": "Put stuff in an element, now you can pinch-zoom it!",
|
|
"main": "dist/pinch-zoom.js",
|
|
"module": "dist/pinch-zoom.mjs",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "rm -r dist && rollup -c"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/GoogleChromeLabs/pinch-zoom.git"
|
|
},
|
|
"keywords": [
|
|
"pointer",
|
|
"touch",
|
|
"mouse",
|
|
"pinch zoom",
|
|
"pan"
|
|
],
|
|
"author": "Jake Archibald",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/GoogleChromeLabs/pinch-zoom/issues"
|
|
},
|
|
"homepage": "https://github.com/GoogleChromeLabs/pinch-zoom#readme",
|
|
"devDependencies": {
|
|
"pointer-tracker": "^2.0.3",
|
|
"rollup": "^0.66.6",
|
|
"rollup-plugin-node-resolve": "^3.4.0",
|
|
"rollup-plugin-terser": "^3.0.0",
|
|
"rollup-plugin-typescript2": "^0.17.2",
|
|
"tslint": "^5.11.0",
|
|
"tslint-config-airbnb": "^5.11.0",
|
|
"tslint-react": "^3.6.0",
|
|
"typescript": "^3.1.4",
|
|
"rollup-plugin-postcss": "^1.6.2"
|
|
}
|
|
}
|