UNPKG

surge-ignore

Version:

The default things we ignore when you deploy to Surge

28 lines (27 loc) 787 B
{ "name": "surge-ignore", "version": "0.3.0", "description": "The default things we ignore when you deploy to Surge", "repository": "git://github.com/surge-sh/ignore.git", "homepage": "https://surge.sh/help/ignoring-files-and-directories", "main": "index.json", "license": "MIT", "author": "Kenneth Ormandy <kenneth@surge.sh> (https://surge.sh)", "contributors": [ "Kenneth Ormandy <kenneth@surge.sh> (http://kennethormandy.com)", "Brock Whitten <brock@surge.sh> (http://sintaxi.com)", "Rob Ellis <rob@chloi.io> (http://silentrob.me)" ], "keywords": [ "ignore", "surge", "surge.sh" ], "scripts": { "test": "jsonlint index.json -q", "prepublish": "npm test" }, "devDependencies": { "jsonlint": "1.6.2" } }