{
  "name": "dynamic-package",
  "version": "0.1.0",
  "description": "Aplicacion para gestion de paquetes dinamicos",
  "main": "app.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-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.7.1",
    "load-grunt-tasks": "~3.3.0",
    "react-addons-test-utils": "~0.14.0"
  },
  "dependencies": {
    "baobab": "~2.1.1",
    "baobab-react": "~1.0.0",
    "classnames": "^2.2.0",
    "corejs-typeahead": "corejavascript/typeahead.js",
    "history": "1.12.2",
    "jquery": "^1.11.3",
    "keymirror": "^0.1.1",
    "lodash": "^3.10.1",
    "moment": "^2.11.2",
    "object-assign": "^4.0.1",
    "react": "~0.14.2",
    "react-addons-css-transition-group": "~0.14.2",
    "react-addons-pure-render-mixin": "^0.14.2",
    "react-dom": "~0.14.2",
    "react-input-calendar": "0.1.19",
    "react-markdown": "^1.0.5",
    "react-quill": "1.3.1",
    "react-router": "1.0.0"
  },
  "scripts": {
    "test": "jest"
  },
  "jest": {
    "moduleFileExtensions": [
      "js",
      "jsx"
    ],
    "verbose": true,
    "collectCoverage": true,
    "testDirectoryName": "tests",
    "testFileExtensions": [
      "jsx"
    ],
    "scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
    "unmockedModulePathPatterns": [
      "<rootDir>/node_modules/react"
    ]
  }
}
