{
  "name": "pleated-slacks",
  "version": "1.1.0",
  "description": "An easy way to get started with Docker, for node apps",
  "main": "index.js",
  "dependencies": {
    "bluebird": "^3.4.0",
    "cheerio": "^0.20.0",
    "inquirer": "^1.0.3",
    "request-promise": "^3.0.0"
  },
  "devDependencies": {
    "babel-cli": "^6.9.0",
    "babel-core": "^6.9.1",
    "babel-eslint": "^6.1.0",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.8.0",
    "babel-plugin-transform-runtime": "^6.9.0",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-stage-3": "^6.5.0",
    "babel-regenerator-runtime": "^6.5.0",
    "babel-register": "^6.9.0",
    "babel-watch": "^2.0.2",
    "codacy-coverage": "^1.1.3",
    "colortape": "^0.1.1",
    "coveralls": "^2.11.9",
    "eslint": "^2.10.2",
    "eslint-config-airbnb": "^9.0.1",
    "eslint-plugin-react": "^5.1.1",
    "expect": "^1.20.1",
    "i": "^0.3.5",
    "istanbul": "^0.4.3",
    "mocha": "^2.5.2",
    "npm": "^3.10.2",
    "regenerator": "^0.8.46"
  },
  "scripts": {
    "test": "npm run test-parser && npm run test-compose",
    "test-parser": "mocha --compilers js:babel-register ./test/parsePackage.js",
    "test-compose": "mocha --compilers js:babel-register ./test/writeDCompose.js",
    "test-travis": "npm run build && node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec ./test/*.js",
    "build": "babel src -d build",
    "watch": "babel-watch src"
  },
  "bin": {
    "slacks": "./build/lib/cli.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/team-jwt/pleated-slacks.git"
  },
  "keywords": [
    "docker",
    "project-management"
  ],
  "contributors": [
    {
      "name": "Josh Apstein",
      "url": "https://github.com/iluvpool19"
    },
    {
      "name": "Wade Armstrong",
      "url": "https://github.com/juniorbird"
    },
    {
      "name": "Tiffany Wong",
      "url": "https://github.com/tbywong"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/team-jwt/pleated-slacks/issues"
  },
  "homepage": "https://github.com/team-jwt/pleated-slacks#readme"
}
