www

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

package.json (1049B)


      1 {
      2   "name": "katex",
      3   "version": "0.8.0-pre",
      4   "description": "Fast math typesetting for the web.",
      5   "main": "katex.js",
      6   "repository": {
      7     "type": "git",
      8     "url": "git://github.com/Khan/KaTeX.git"
      9   },
     10   "files": [
     11     "katex.js",
     12     "cli.js",
     13     "src/",
     14     "dist/"
     15   ],
     16   "license": "MIT",
     17   "devDependencies": {
     18     "babel-plugin-transform-runtime": "^6.15.0",
     19     "babel-preset-es2015": "^6.18.0",
     20     "babelify": "^7.3.0",
     21     "browserify": "^13.3.0",
     22     "clean-css": "^3.4.23",
     23     "eslint": "^3.13.0",
     24     "express": "^4.14.0",
     25     "glob": "^7.1.1",
     26     "jasmine": "^2.3.2",
     27     "jasmine-core": "^2.3.4",
     28     "js-yaml": "^3.3.1",
     29     "jspngopt": "^0.2.0",
     30     "less": "~2.7.1",
     31     "morgan": "^1.7.0",
     32     "nomnom": "^1.8.1",
     33     "object-assign": "^4.1.0",
     34     "pako": "1.0.4",
     35     "selenium-webdriver": "^2.48.2",
     36     "sri-toolbox": "^0.2.0",
     37     "uglify-js": "~2.7.5"
     38   },
     39   "bin": "cli.js",
     40   "scripts": {
     41     "test": "make lint test",
     42     "prepublish": "make NIS= dist"
     43   },
     44   "dependencies": {
     45     "match-at": "^0.1.0"
     46   }
     47 }