UNPKG

react-mmmt-swiper

Version:
55 lines (54 loc) 1.24 kB
{ "name": "react-mmmt-swiper", "version": "0.0.10", "description": "Swiper, as a React component", "homepage": "https://github.com/sooth-sayer/react-swiper", "style": "react-mmmt-swiper.css", "keywords": [ "react", "component", "carousel", "swiper", "react-component" ], "author": { "name": "Dm. Che", "email": "d.chernyatiev@gmail.com" }, "repository": { "type": "git", "url": "git://github.com/sooth-sayer/react-swiper.git" }, "main": "react-mmmt-swiper.js", "license": "MIT", "devDependencies": { "browserify": "^5.9.1", "uglify-js": "^2.4.19" }, "scripts": { "build": "uglifyjs react-mmmt-swiper.js -cm -o react-mmmt-swiper.min.js", "postinstall": "rework-npm swiper.css -o react-mmmt-swiper.css", "prepublish": "npm run build" }, "dependencies": { "swiper": "3.0.x", "rework-npm-cli": "*" }, "peerDependencies": { "react": "0.12.x" }, "bugs": { "url": "https://github.com/sooth-sayer/react-swiper/issues" }, "_npmVersion": "1.4.28", "_npmUser": { "name": "Dm. Che", "email": "d.chernyatiev@gmail.com" }, "maintainers": [ { "name": "Dm. Che", "email": "d.chernyatiev@gmail.com" } ] }