{
  "name": "locomotive-site-builder-cli",
  "version": "2.5.0-rc.2",
  "description": "Client for Locomotive Site Builder developers",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "babel ./src -d ./lib -w"
  },
  "author": "Didier Lafforgue (NoCoffee SARL)",
  "license": "SEE LICENSE IN LICENSE",
  "bin": {
    "locomotive": "./index.js"
  },
  "dependencies": {
    "archiver": "^1.1.0",
    "chalk": "^2.3.0",
    "cli-spinner": "^0.2.7",
    "columnify": "^1.5.4",
    "commander": "^2.9.0",
    "ejs": "^2.5.1",
    "faker": "^3.1.0",
    "fs-extra": "^0.30.0",
    "lodash": "^4.14.1",
    "make-dir": "1.0.0",
    "promptly": "^2.0.0",
    "superagent": "^3.3.2"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-preset-es2015": "^6.18.0",
    "babel-preset-react": "^6.16.0"
  },
  "babel": {
    "presets": [
      "es2015",
      "react"
    ]
  }
}
