{
  "name": "highlightjs-unison",
  "version": "0.0.1",
  "description": "highlight.js syntax definition for the Unison programming language",
  "main": "src/languages/unison.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/runarorama/highlightjs-unison.git"
  },
  "keywords": [
    "unison",
    "highlight.js",
    "highlightjs",
    "syntax"
  ],
  "author": "Rúnar Bjarnason <runarorama@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/runarorama/highlightjs-unison/issues"
  },
  "homepage": "https://github.com/runarorama/highlightjs-unison"
}
