{
  "name": "surge",
  "version": "0.20.5",
  "description": "CDN for front-end developers",
  "author": "Brock Whitten <brock@chloi.io>",
  "bin": "./lib/cli.js",
  "dependencies": {
    "cli-table3": "^0.5.1",
    "fstream-ignore": "^1.0.5",
    "inquirer": "^6.2.2",
    "is-domain": "0.0.1",
    "minimist": "1.1.1",
    "moniker": "0.1.2",
    "netrc": "0.1.4",
    "progress": "1.1.8",
    "prompt": "~0.2.14",
    "read": "1.0.5",
    "request": "^2.88.0",
    "split": "0.3.1",
    "surge-ignore": "0.2.0",
    "tarr": "1.0.3",
    "url-parse-as-address": "1.0.0"
  },
  "devDependencies": {
    "commander": "2.9.0",
    "mocha": "^5.2.0",
    "nixt": "^0.5.1",
    "should": "7.1.0",
    "yargs": "3.30.0"
  },
  "license": "ISC",
  "main": "./lib/surge.js",
  "ignore": [
    "test"
  ],
  "scripts": {
    "test": "mocha ./test/basic.js -t 5000",
    "test:local": "ENDPOINT='surge.lvh.me' mocha ./test/basic -t 4000"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sintaxi/surge.git"
  }
}
