react-modal-slideshow
Version:
A simple React modal media slideshow with CSS powered animations
68 lines (67 loc) • 2.02 kB
JSON
{
"name": "react-modal-slideshow",
"version": "1.0.5",
"description": "A simple React modal media slideshow with CSS powered animations",
"main": "src/SimpleModalSlideshow.jsx",
"author": "TiuSh <masy.mathieu@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/null-none/react-modal-slideshow",
"repository": {
"type": "git",
"url": "git+https://github.com/null-none/react-modal-slideshow.git"
},
"bugs": {
"url": "https://github.com/null-none/react-modal-slideshow/issues"
},
"scripts": {
"test": "./node_modules/.bin/karma start --single-run"
},
"keywords": [
"react",
"react-component"
],
"devDependencies": {
"babel": "^6.5.2",
"babel-eslint": "^6.1.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-function-bind": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-without-strict": "0.0.2",
"babel-preset-react": "^6.5.0",
"browser-sync": "^2.13.0",
"enzyme": "^2.3.0",
"eslint": "^2.13.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-config-react": "^1.1.1",
"eslint-plugin-import": "^1.9.2",
"eslint-plugin-jsx-a11y": "^1.5.3",
"eslint-plugin-react": "^5.2.2",
"expect.js": "^0.3.1",
"json-loader": "^0.5.4",
"karma": "^1.1.0",
"karma-chrome-launcher": "^1.0.1",
"karma-cli": "^1.0.1",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.1.1",
"karma-webpack": "^1.7.0",
"lorem-ipsum": "^1.0.3",
"merge-stream": "^1.0.0",
"mocha": "^2.5.3",
"node-sass": "^4.10.0",
"react": "^15.2.1",
"react-addons-css-transition-group": "^15.2.1",
"react-addons-test-utils": "^15.2.1",
"react-dom": "^15.2.1",
"run-sequence": "^1.2.1",
"simple-mock": "^0.7.0",
"webpack-stream": "^3.2.0"
},
"dependencies": {
"babel-core": "^6.26.0",
"chai": "4.2.0",
"debug": "^2.2.0",
"react": "^15.0.0",
"react-addons-css-transition-group": "^15.0.0",
"react-test-renderer": "^16.13.1"
}
}