{
  "name": "marketing-coupons-webui",
  "version": "0.1.0",
  "description": "The Web User Interface for Marketing Coupons Admin",
  "main": "dist/app.min.js",
  "devDependencies": {
    "babel-jest": "^5.3.0",
    "browserify": "^11.2.0",
    "envify": "^3.4.0",
    "grunt": "~0.4.5",
    "grunt-babel": "~5.0.3",
    "grunt-bower-concat": "^0.6.0",
    "grunt-bower-task": "^0.4.0",
    "grunt-browserify": "^4.0.1",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-uglify": "^0.9.2",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-env": "^0.4.4",
    "jest-cli": "^0.5.8",
    "jsx-control-statements": "^1.1.2",
    "load-grunt-tasks": "~3.3.0",
    "react-addons-test-utils": "~0.14.0"
  },
  "dependencies": {
    "baobab": "~2.0.1",
    "baobab-react": "~1.0.0",
    "bootstrap": "~3.3.5",
    "es6-promise": "~3.0.2",
    "flux": "^2.1.1",
    "history": "~1.13",
    "jquery": "^1.11.3",
    "keymirror": "^0.1.1",
    "lodash": "^3.10.1",
    "object-assign": "^4.0.1",
    "react": "~0.14.2",
    "react-addons-perf": "^0.14.2",
    "react-addons-pure-render-mixin": "^0.14.2",
    "react-bootstrap": "^0.27.3",
    "react-bootstrap-datetimepicker": "^0.0.*",
    "react-dnd": "^2.0.2",
    "react-dnd-html5-backend": "^2.0.0",
    "react-dom": "~0.14.2",
    "react-loader": "^2.0.0"
  },
  "scripts": {
    "test": "jest",
    "start": "grunt watch"
  },
  "browserify-shim": {
    "jquery": "global:jQuery"
  },
  "jest": {
    "moduleFileExtensions": [
      "js",
      "jsx"
    ],
    "verbose": true,
    "collectCoverage": true,
    "testDirectoryName": "tests",
    "testFileExtensions": [
      "jsx"
    ],
    "scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
    "unmockedModulePathPatterns": [
      "<rootDir>/node_modules/react"
    ]
  },
  "author": "Roberto Bermejo Martinez",
  "license": "MIT"
}
