{
  "name": "bigstock-wordpress-plugin",
  "version": "1.0.0",
  "description": "Bigstock’s Official Wordpress Plugin. Instantly search millions of royalty-free photos and vectors to license and embed into any blog post.",
  "main": "bigstockphoto.js",
  "scripts": {
    "deploy": "NODE_ENV=production ./lib/deploy",
    "build": "NODE_ENV=production gulp",
    "qa": "NODE_ENV=qa ./lib/qa",
    "lint": "eslint .",
    "test": "mocha --compilers js:babel-register --recursive"
  },
  "repository": {
    "type": "git",
    "url": "git@github.shuttercorp.net:bigstock/wordpress-plugin.git"
  },
  "keywords": [
    "bigstock",
    "images",
    "stock",
    "shutterstock"
  ],
  "author": "Bigstock",
  "license": "ISC",
  "devDependencies": {
    "autoprefixer": "^6.1.0",
    "babel": "^6.3.13",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-react": "^6.3.13",
    "babel-register": "^6.3.13",
    "babel-runtime": "^6.3.19",
    "babelify": "^7.2.0",
    "brfs": "^1.4.1",
    "browserify": "^10.2.6",
    "cssnext": "^1.8.4",
    "envify": "^3.4.0",
    "eslint": "^1.10.3",
    "eslint-config-airbnb": "^2.0.0",
    "eslint-plugin-react": "^3.11.3",
    "gulp": "^3.9.0",
    "gulp-eslint": "^1.1.1",
    "gulp-plumber": "^1.0.1",
    "gulp-rename": "^1.2.2",
    "gulp-uglify": "^1.2.0",
    "install": "^0.1.8",
    "jsdom": "^7.2.1",
    "mocha": "^2.3.4",
    "mocha-jsdom": "^1.0.0",
    "npm": "^3.3.9",
    "postcss-js": "^0.1.0",
    "react-addons-test-utils": "^0.14.3",
    "react-tools": "^0.13.3",
    "uglify": "^0.1.5",
    "vinyl-source-stream": "^1.1.0"
  },
  "dependencies": {
    "ampersand-app": "^1.0.4",
    "ampersand-router": "^3.0.2",
    "bluebird": "^2.10.2",
    "flux": "^2.1.1",
    "key-mirror": "^1.0.0",
    "lodash": "^3.10.0",
    "material-ui": "^0.13.0",
    "md5": "^2.0.0",
    "moment": "^2.10.6",
    "radium": "^0.14.3",
    "react": "^0.14.0",
    "react-addons-create-fragment": "^0.14.0",
    "react-addons-pure-render-mixin": "^0.14.0",
    "react-addons-transition-group": "^0.14.0",
    "react-addons-update": "^0.14.0",
    "react-cookie": "^0.3.4",
    "react-dom": "^0.14.0",
    "react-motion": "^0.3.1",
    "react-select": "^0.5.6",
    "react-tap-event-plugin": "^0.2.1",
    "sha1": "^1.1.1",
    "superagent": "^1.4.0",
    "superagent-legacyiesupport": "^1.0.1"
  }
}
