{
  "_args": [
    [
      "react-id-swiper@1.6.8",
      "C:\\Users\\Tarquin\\surferschallenge-2019"
    ]
  ],
  "_from": "react-id-swiper@1.6.8",
  "_id": "react-id-swiper@1.6.8",
  "_inBundle": false,
  "_integrity": "sha512-FjBcALwfZqwDoSh53iKrJpv6WuMVz/pOajLmCRgEU6VogisvU4fMblAJ+nGyRMxPPKdnHGqJXUYkUjD6uOUozg==",
  "_location": "/react-id-swiper",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-id-swiper@1.6.8",
    "name": "react-id-swiper",
    "escapedName": "react-id-swiper",
    "rawSpec": "1.6.8",
    "saveSpec": null,
    "fetchSpec": "1.6.8"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-id-swiper/-/react-id-swiper-1.6.8.tgz",
  "_spec": "1.6.8",
  "_where": "C:\\Users\\Tarquin\\surferschallenge-2019",
  "author": {
    "name": "Phuc Nguyen Hoang",
    "email": "phucnguyenhoang1985@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/kidjp85/react-id-swiper/issues"
  },
  "dependencies": {
    "object-assign": "^4.1.1",
    "prop-types": "^15.6.2",
    "swiper": "4.4.1"
  },
  "description": "ReactJs component for iDangerous Swiper",
  "devDependencies": {
    "babel-cli": "6.26.0",
    "babel-core": "6.26.3",
    "babel-eslint": "9.0.0",
    "babel-jest": "^23.6.0",
    "babel-loader": "^7.1.2",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
    "babel-plugin-transform-react-remove-prop-types": "0.4.13",
    "babel-preset-es2015": "^6.24.0",
    "babel-preset-react": "^6.23.0",
    "babel-preset-stage-0": "^6.22.0",
    "cross-env": "5.1.3",
    "enzyme": "3.3.0",
    "enzyme-adapter-react-16": "1.1.1",
    "enzyme-to-json": "^3.3.1",
    "eslint": "4.18.0",
    "eslint-config-airbnb": "16.1.0",
    "eslint-config-prettier": "2.9.0",
    "eslint-plugin-import": "2.8.0",
    "eslint-plugin-jsx-a11y": "6.0.3",
    "eslint-plugin-prettier": "2.6.0",
    "eslint-plugin-react": "7.6.1",
    "jest": "^22.3.0",
    "jsdom": "^11.6.2",
    "pre-commit": "^1.2.2",
    "prettier": "1.10.2",
    "react": "^15.0.0 || ^16.0.0",
    "react-dom": "^15.0.0 || ^16.0.0",
    "react-test-renderer": "^16.2.0",
    "uglifyjs-webpack-plugin": "^1.3.0",
    "webpack": "4.17.1",
    "webpack-cli": "^3.1.0"
  },
  "engines": {
    "node": ">= 4.7.0"
  },
  "homepage": "https://github.com/kidjp85/react-id-swiper#readme",
  "jest": {
    "resetMocks": true,
    "resetModules": true,
    "verbose": true,
    "browser": true,
    "snapshotSerializers": [
      "enzyme-to-json/serializer"
    ],
    "transform": {
      "^.+\\.js$": "babel-jest"
    },
    "moduleFileExtensions": [
      "js",
      "jsx"
    ],
    "moduleDirectories": [
      "node_modules",
      "src"
    ],
    "setupTestFrameworkScriptFile": "./test-setup.js"
  },
  "keywords": [
    "iDangerous",
    "Swiper",
    "Reactjs"
  ],
  "license": "MIT",
  "main": "lib/index",
  "name": "react-id-swiper",
  "peerDependencies": {
    "react": "^15.0.0 || ^16.0.0",
    "react-dom": "^15.0.0 || ^16.0.0"
  },
  "pre-commit": [
    "lint"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/kidjp85/react-id-swiper.git"
  },
  "scripts": {
    "build": "yarn test && yarn build:lib && yarn build:standalone",
    "build:lib": "rm -rf lib/* && babel src -d lib",
    "build:standalone": "cross-env BABEL_ENV=production webpack",
    "lint": "eslint src/**/*.js",
    "lint:fix": "eslint src/**/*.js",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "test:dev": "jest --watch --coverage"
  },
  "version": "1.6.8"
}
