summaryrefslogtreecommitdiffstats
path: root/webapp/non_npm_dependencies/katex/package.json
blob: 24b6c693665ed7a22759ad53d49f24c534ff2b4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
  "name": "katex",
  "version": "0.6.0-pre",
  "description": "Fast math typesetting for the web.",
  "main": "katex.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/Khan/KaTeX.git"
  },
  "files": [
    "katex.js",
    "cli.js",
    "src/",
    "dist/"
  ],
  "license": "MIT",
  "devDependencies": {
    "browserify": "^10.2.4",
    "clean-css": "~2.2.15",
    "eslint": "^1.10.2",
    "express": "~3.3.3",
    "glob": "^5.0.15",
    "jasmine": "^2.3.2",
    "jasmine-core": "^2.3.4",
    "js-yaml": "^3.3.1",
    "jspngopt": "^0.1.0",
    "less": "~1.7.5",
    "nomnom": "^1.8.1",
    "pako": "0.2.7",
    "selenium-webdriver": "^2.46.1",
    "uglify-js": "~2.4.15"
  },
  "bin": "cli.js",
  "scripts": {
    "test": "make lint test",
    "prepublish": "make dist"
  },
  "dependencies": {
    "match-at": "^0.1.0"
  }
}