UNPKG

photo-view

Version:

PhotoView - Pan, PinchZoom and Swipe for mobile

56 lines (55 loc) 1.3 kB
{ "name": "photo-view", "version": "2.0.3", "description": "PhotoView - Pan, PinchZoom and Swipe for mobile", "main": "dist/build.js", "scripts": { "start": "webpack --progress --colors --watch", "build": "webpack -p", "test": "ava tests/**/*spec.js", "test-w": "ava -w tests/**/*spec.js" }, "repository": { "type": "git", "url": "git+https://github.com/namshi/PhotoViewJS.git" }, "keywords": [ "PhotoView", "pan", "pinchZoom", "pinch-to-zoom", "swipe", "swag", "namshi", "mobile-carousel" ], "author": "Shidhin CR <shidhincr@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/namshi/PhotoViewJS/issues" }, "homepage": "https://github.com/namshi/PhotoViewJS#readme", "devDependencies": { "ava": "^0.15.2", "babel-eslint": "^6.1.2", "babel-loader": "^6.2.4", "babel-plugin-add-module-exports": "^0.2.1", "babel-preset-es2015": "^6.9.0", "babel-preset-stage-0": "^6.5.0", "browser-env": "^2.0.30", "webpack": "^1.13.1" }, "ava": { "require": [ "./tests/helpers/setup.js" ] }, "dependencies": { "babel-polyfill": "^6.16.0", "custom-event": "^1.0.1", "hammerjs": "^2.0.8" }, "peerDependencies": { "hammerjs": "^2.0.8" } }