{
  "name": "industry",
  "version": "2.9.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "pretest": "npm run compile",
    "prepublish": "npm run compile",
    "prestart": "rm -rf lib",
    "compile": "rm -rf lib && babel src -s --out-dir lib",
    "start": "babel src -s -w --out-dir lib",
    "test": "jasmine"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/invrs/industry.git"
  },
  "author": "Winton Welsh <winton@inverse.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/invrs/industry/issues"
  },
  "homepage": "https://github.com/invrs/industry#readme",
  "dependencies": {
    "babel-runtime": "*"
  },
  "devDependencies": {
    "babel": "6.5.2",
    "babel-cli": "6.9.0",
    "babel-core": "6.9.1",
    "babel-plugin-syntax-async-functions": "6.8.0",
    "babel-plugin-transform-async-to-generator": "6.8.0",
    "babel-plugin-transform-object-rest-spread": "6.8.0",
    "babel-plugin-transform-runtime": "6.9.0",
    "babel-preset-es2015": "6.9.0",
    "jasmine": "2.4.1",
    "source-map-support": "0.4.0"
  }
}
