{
  "name": "tractor-plugin-mock-requests",
  "version": "0.4.1",
  "author": "Craig Spence <craigspence0@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/phenomnomnominal/tractor-plugin-mock-requests.git"
  },
  "bugs": {
    "url": "https://github.com/phenomnomnominal/tractor-plugin-mock-requests/issues",
    "email": "craigspence0@gmail.com"
  },
  "main": "dist/index.js",
  "watch": {
    "build": "src/**/*.js"
  },
  "scripts": {
    "prepublish": "npm run build",
    "build": "npm run clean && npm run lint && npm run cover && npm run compile && npm run bundle:server && npm run bundle:client",
    "bundle:client": "webpack --config webpack.client.config.js",
    "bundle:server": "webpack --config webpack.server.config.js",
    "clean": "rimraf dist",
    "compile": "babel src/ --out-dir dist/ --ignore *.spec.js,src/tractor/server/scripts,src/tractor/client",
    "cover": "istanbul cover --config .istanbulrc.json node_modules/mocha/bin/_mocha -- --opts ./.mocharc 'src/**/*.spec.js'",
    "lint": "eslint src",
    "test": "mocha --opts ./.mocharc 'src/**/*.spec.js'",
    "test:debug": "mocha --inspect --debug-brk --opts ./.mocharc 'src/**/*.spec.js'",
    "watch": "npm-watch"
  },
  "license": "MIT",
  "engines": {
    "node": ">=0.10"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-eslint": "^8.0.1",
    "babel-loader": "^7.1.2",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "babel-register": "^6.26.0",
    "chai": "^4.1.2",
    "css-loader": "^0.28.7",
    "dirty-chai": "^2.0.1",
    "eslint": "^4.8.0",
    "html-loader": "^0.5.1",
    "ineeda": "^0.11.0",
    "istanbul": "1.0.0-alpha.2",
    "mkdirp": "^0.5.1",
    "mocha": "^4.0.1",
    "ng-annotate-loader": "^0.6.1",
    "npm-watch": "^0.3.0",
    "rimraf": "^2.6.2",
    "sinon": "^4.0.1",
    "sinon-chai": "^2.14.0",
    "tractor-config-loader": "^0.4.4",
    "tractor-error-handler": "^0.2.4",
    "tractor-file-structure": "^0.5.4",
    "tractor-logger": "^0.1.1",
    "url-loader": "^0.6.2",
    "webpack": "^3.7.1"
  },
  "dependencies": {
    "bluebird": "^3.5.1",
    "body-parser": "^1.18.2",
    "camel-case": "^3.0.0",
    "cheerio": "^1.0.0-rc.2",
    "dedent": "^0.7.0",
    "express": "^4.16.2",
    "express-http-proxy": "^1.0.7",
    "fake-xml-http-request": "^1.6.0",
    "fetch-mock": "^5.13.1",
    "pascal-case": "^2.0.1",
    "pem": "^1.12.3",
    "request": "^2.83.0",
    "request-promise-native": "^1.0.5"
  },
  "peerDependencies": {
    "tractor": "^0.12.1"
  }
}
