{
  "name": "surge-ignore",
  "version": "0.2.0",
  "description": "The default things we ignore when you deploy to Surge",
  "repository": "git://github.com/chloi/surge-ignore.git",
  "homepage": "https://surge.sh/help/ignoring-files-and-directories",
  "main": "index.js",
  "license": "MIT",
  "author": "Kenneth Ormandy <kenneth@chloi.io> (http://kennethormandy.com)",
  "contributors": [
    "Kenneth Ormandy <kenneth@chloi.io>",
    "Rob Ellis <rob@chloi.io>",
    "Brock Whitten <brock@chloi.io>"
  ],
  "keywords": [
    "ignore",
    "surge",
    "surge.sh"
  ],
  "scripts": {
    "test": "mocha test"
  },
  "devDependencies": {
    "fstream-ignore": "^1.0.2",
    "mocha": "^2.2.1"
  }
}
