www

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

bower.json (590B)


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