{
  "name": "cpr-select",
  "version": "2.7.0",
  "description": "A consistently styled cross-browser and keyboard friendly select component",
  "main": "lib/select.js",
  "scripts": {
    "test": "node node_modules/karma/bin/karma start",
    "dist": "webpack --optimize-minimize",
    "compile": "babel src --out-dir lib",
    "build": "npm run dist && npm run compile",
    "prepublish": "npm run compile"
  },
  "sofe": {
    "url": "http://localhost:5555/test-services/urls.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/CanopyTax/cpr-select.git"
  },
  "author": "Bret Little",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/CanopyTax/cpr-select/issues"
  },
  "homepage": "https://github.com/CanopyTax/cpr-select",
  "devDependencies": {
    "babel-cli": "6.26.0",
    "babel-core": "^6.26.3",
    "babel-loader": "^7.1.4",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-preset-env": "^1.6.0",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-1": "^6.24.1",
    "canopy-styleguide": "^6.0.0",
    "css-loader": "^0.28.11",
    "jasmine-core": "^3.1.0",
    "jsx-loader": "0.13.2",
    "karma": "^2.0.2",
    "karma-chrome-launcher": "2.2.0",
    "karma-jasmine": "^1.1.2",
    "karma-phantomjs-launcher": "1.0.4",
    "karma-sourcemap-loader": "0.3.7",
    "karma-webpack": "^3.0.0",
    "lodash": "^4.17.4",
    "phantomjs-polyfill": "0.0.2",
    "phantomjs-prebuilt": "^2.1.15",
    "postcss-loader": "^2.0.6",
    "react": "^15.6.1",
    "react-dom": "^15.6.1",
    "style-loader": "0.18.2",
    "webpack": "^4.12.0",
    "webpack-cli": "^3.3.0"
  },
  "dependencies": {},
  "peerDependencies": {
    "lodash": ">=1.1.0",
    "react": "*"
  },
  "files": [
    "build",
    "lib",
    "src"
  ]
}
