{
  "name": "prism-languages",
  "description": "Prism languages in an easy to consume format",
  "author": "Juho Vepsalainen <bebraw@gmail.com>",
  "version": "0.4.0",
  "main": "index.js",
  "scripts": {
    "build": "node ./lib/build.js",
    "test": "node ./index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/survivejs/prism-languages.git"
  },
  "homepage": "https://github.com/survivejs/prism-languages",
  "bugs": {
    "url": "https://github.com/survivejs/prism-languages/issues"
  },
  "keywords": [
    "prismjs"
  ],
  "license": "MIT",
  "devDependencies": {
    "async": "^2.6.0",
    "glob": "^7.1.2",
    "prismjs": "^1.9.0"
  },
  "peerDependencies": {
    "prismjs": ">= 1.3.0 < 2.0.0"
  }
}
