{
  "name": "@movableink-se/se-scripts",
  "version": "5.1.8",
  "private": false,
  "description": "Configuration and scripts for Create SE Project",
  "repository": "https://github.com/movableink/create-se-project",
  "license": "ISC",
  "engines": {
    "node": ">=8"
  },
  "files": ["bin", "config", "scripts", "template", "utils"],
  "bin": {
    "se-scripts": "./bin/se-scripts.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "ajv": "5.0.0",
    "ansi-html": "0.0.7",
    "babel-core": "6.26.0",
    "babel-eslint": "7.2.3",
    "babel-loader": "7.1.2",
    "babel-preset-env": "1.6.1",
    "blessed": "0.1.81",
    "chalk": "1.1.3",
    "commander": "2.9.0",
    "connect-history-api-fallback": "1.3.0",
    "copy-webpack-plugin": "4.0.1",
    "cross-spawn": "4.0.0",
    "css-loader": "0.28.0",
    "detect-port": "1.0.7",
    "escape-string-regexp": "1.0.5",
    "eslint": "3.19.0",
    "eslint-loader": "1.7.1",
    "extract-text-webpack-plugin": "3.0.1",
    "file-loader": "0.11.1",
    "filesize": "3.3.0",
    "fs-extra": "4.0.2",
    "html-entities": "1.2.0",
    "html-loader": "0.4.5",
    "html-webpack-harddisk-plugin": "0.1.0",
    "html-webpack-plugin": "2.30.1",
    "inquirer": "1.2.2",
    "json-loader": "0.5.4",
    "node-sass": "4.5.3",
    "opn": "5.1.0",
    "path-exists": "2.1.0",
    "react-dev-utils": "5.0.0",
    "readline": "1.3.0",
    "sass-loader": "6.0.6",
    "sockjs-client": "1.1.1",
    "strip-ansi": "3.0.1",
    "uglifyjs-webpack-plugin": "1.2.4",
    "url": "0.11.0",
    "webpack": "3.10.0",
    "webpack-dev-server": "2.11.1"
  },
  "author": {
    "name": "Solutions Engineering",
    "email": "se@movableink.com"
  },
  "contributors": [
    {
      "name": "Roger Rodriguez",
      "email": "rrodriguez@movableink.com"
    },
    {
      "name": "Michael Nguyen",
      "email": "mnguyen@movableink.com"
    },
    {
      "name": "Phil Salant",
      "email": "psalant@movableink.com"
    }
  ],
  "bugs": {
    "url": "https://github.com/movableink/create-se-project/issues"
  },
  "homepage": "https://github.com/movableink/create-se-project"
}
