{
  "name": "purlin",
  "version": "0.2.0",
  "description": "",
  "main": "index.js",
  "bin": {
    "purlin": "index.js"
  },
  "repository": "git@github.com:maxdeviant/purlin.git",
  "author": "Marshall Bowers <elliott.codes@gmail.com>",
  "license": "MIT",
  "scripts": {
    "prepublishOnly": "spago bundle-app -t lib/index.js",
    "format": "spago run -a format && purty --write test/",
    "build": "spago run -a build",
    "test": "spago run -a test"
  },
  "files": [
    "lib/",
    "config/"
  ],
  "dependencies": {
    "bower": "^1.8.12",
    "cross-spawn": "^7.0.3",
    "prettier": "^2.3.2",
    "purty": "^7.0.0",
    "spago": "^0.20.3",
    "which": "^2.0.2"
  }
}
