{
  "name": "@influitive/profile-card",
  "version": "2.3.4",
  "description": "Provides a single profile card.",
  "main": "lib/index.js",
  "scripts": {
    "start": "kotatsu serve -c config/webpack.config.js --public public --index './index.html' --port 8096 --progress --devtool \\#eval-source-map --babel example/index.js & npm run test:watch",
    "test": "BABEL_ENV=test tape-babel-css-modules \"src/**/*.test.js\" | tap-spec",
    "test:watch": "nodemon --quiet --exec \"npm run --silent test\" --watch src",
    "lint": "eslint .",
    "build": "rm -rf lib && gulp --silent && babel --quiet src -d lib --ignore '*test.js, *.dev-card.js'",
    "prepublish": "NODE_ENV=production npm run build",
    "build:watch": "gulp watch & babel --watch src -d lib"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/influitive/profile-card.git"
  },
  "files": [
    "lib"
  ],
  "peerDependencies": {
    "react": "0.14.9 || ^15",
    "react-dom": "0.14.9 || ^15"
  },
  "devDependencies": {
    "@influitive/eslint-config": "1.3.3",
    "autoprefixer": "^6.3.5",
    "babel-cli": "^6.6.5",
    "babel-eslint": "^6.0.0",
    "babel-plugin-transform-regenerator": "^6.6.0",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-react-hmre": "^1.1.0",
    "babel-preset-stage-0": "^6.5.0",
    "commitizen": "^2.6.1",
    "css-loader": "^0.23.1",
    "cz-conventional-changelog": "^1.1.5",
    "deep-freeze": "0.0.1",
    "devboard": "^0.7.1",
    "enzyme": "^2.0.0",
    "eslint": "^4.19.1",
    "eslint-plugin-import": "^2.8.0",
    "file-loader": "^0.8.5",
    "gh-pages": "^0.11.0",
    "gulp": "^3.9.1",
    "gulp-postcss": "^6.1.0",
    "gulp-watch": "^4.3.5",
    "joi": "^8.0.5",
    "joi-to-json-schema": "^2.1.0",
    "kotatsu": "^0.12.1",
    "lodash": "^4.11.2",
    "lodash.clone": "^4.3.2",
    "mkdirp": "^0.5.1",
    "mockery": "^1.6.2",
    "node-glob-loader": "0.0.15",
    "nodemon": "^1.9.1",
    "path": "^0.12.7",
    "plop": "^1.5.0",
    "postcss-import": "^8.0.2",
    "postcss-loader": "^0.8.1",
    "postcss-nested": "^1.0.0",
    "postcss-simple-vars": "^1.2.0",
    "pre-commit": "^1.2.2",
    "react": "^15.6.2",
    "react-addons-test-utils": "^15.6.2",
    "react-dom": "^15.6.2",
    "sinon": "^1.17.4",
    "style-loader": "^0.13.0",
    "tap-dot": "^1.0.4",
    "tap-spec": "^4.1.1",
    "tape": "^4.5.0",
    "tape-babel-css-modules": "^1.2.1",
    "tape-catch": "^1.0.4",
    "url-loader": "^0.5.7",
    "webpack": "^1.12.14"
  },
  "author": "Influitive",
  "license": "ISC",
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {
    "@influitive/i18next-locize-launcher": "^1.0.11",
    "@influitive/infl-fonts": "^2.0.0",
    "axios": "^0.12.0",
    "babel-register": "^6.7.2",
    "classnames": "^2.2.3",
    "gild": "^1.0.1",
    "infl-icons": "^1.2.0",
    "jss": "^3.7.0",
    "lodash.isempty": "^4.2.1",
    "patternity-evo": "2.1.2",
    "prop-types": "^15.6.0",
    "ramda": "^0.22.1",
    "react-redux": "^4.4.5",
    "react-text-truncate": "^0.12.0",
    "redux": "^3.5.2",
    "redux-thunk": "^2.1.0"
  },
  "pre-commit": [
    "lint",
    "test"
  ]
}
