{
  "name": "bullhornjs",
  "version": "1.0.1",
  "build": 2150,
  "description": "Javascript library to conviently connect to the Bullhorn REST Api.",
  "author": {
    "name": "Bullhorn, Inc."
  },
  "scripts": {
    "compile": "babel -d lib/ src/",
    "bundle": "rollup -c rollup.config.js",
    "prepublish": "npm run compile && npm run bundle",
    "test": "npm run compile && jest"
  },
  "jest": {
    "scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
    "testFileExtensions": ["js"],
    "moduleFileExtensions": ["js","json"],
    "testDirectoryName": "test",
    "unmockedModulePathPatterns": ["bullhornjs"]
  },
  "main": "lib/index.js",
  "engines": {
    "node": ">= 4.2.1",
    "npm": ">= 3"
  },
  "publishConfig":{
      "registry": "https://registry.npmjs.org"
  },
  "repository" : {
    "type" : "git",
    "url" : "git@github.com:bullhorn/bullhornjs.git"
  },
    "devDependencies": {
      "babel": "^6.3.13",
      "babel-cli": "^6.3.17",
      "babel-core": "^6.3.17",
      "babel-jest": "^6.0.1",
      "babel-preset-es2015": "^6.3.13",
      "babel-preset-es2015-rollup": "^1.1.1",
      "babelify": "^7.2.0",
      "browserify": "^12.0.1",
      "jest-cli": "^0.8.2",
      "jshint-summary": "^0.4.0",
      "rollup": "^0.25.3",
      "rollup-plugin-babel": "^2.3.9",
      "rollup-plugin-node-resolve": "^1.4.0",
      "rollup-plugin-uglify": "^0.2.0"
    }
}
