www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

bower.json (573B)


      1 {
      2   "name": "katex",
      3   "main": [
      4     "dist/katex.js",
      5     "dist/katex.css"
      6   ],
      7   "homepage": "http://khan.github.io/KaTeX/",
      8   "description": "Fast math typesetting for the web.",
      9   "moduleType": [
     10     "amd",
     11     "globals",
     12     "node"
     13   ],
     14   "license": "MIT",
     15   "repository": {
     16     "type": "git",
     17     "url": "git://github.com/Khan/KaTeX.git"
     18   },
     19   "ignore": [
     20     "**/.*",
     21     "/*.txt",
     22     "/*.js",
     23     "/*.md",
     24     "/*.sh",
     25     "/package.json",
     26     "/Makefile",
     27     "/build",
     28     "/test",
     29     "/src",
     30     "/contrib",
     31     "/dockers",
     32     "/metrics",
     33     "/static"
     34   ]
     35 }