{
  "version": "0.5.0",
  "name": "github-syntax-dark",
  "description": "The CSS dark syntax theme for GitHub",
  "homepage": "https://github.com/primer/github-syntax-dark#readme",
  "style": "lib/github-dark.css",
  "main": "index.js",
  "author": "GitHub Inc.",
  "license": "MIT",
  "files": [
    "index.js",
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/primer/github-syntax-dark.git"
  },
  "bugs": {
    "url": "https://github.com/primer/github-syntax-theme-generator/issues"
  },
  "scripts": {
    "_version": "npm version $(npm view github-syntax-theme-generator version)",
    "_commit": "git commit -am \"$(npm view github-syntax-theme-generator version)\"",
    "_update": "npm update && cp node_modules/github-syntax-theme-generator/build/css/github-dark.* lib/.",
    "ship": "npm run _update && npm run _commit && npm run _version && git push && git push --tags && npm publish",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "github",
    "syntax",
    "css",
    "theme",
    "highlight",
    "code",
    "dark"
  ],
  "devDependencies": {
    "github-syntax-theme-generator": "*"
  }
}
