Files
KaTeX/package.json
Xavier Mendez f6dd9e93fb Add simple CLI
2014-09-17 15:46:20 +02:00

30 lines
665 B
JSON

{
"name": "katex",
"version": "0.1.0",
"description": "Fast math!",
"main": "katex.js",
"repository": {
"type": "git",
"url": "git://github.com/Khan/KaTeX.git"
},
"files": [
"katex.js",
"cli.js",
"src/"
],
"license": "MIT",
"devDependencies": {
"browserify": "~2.29.1",
"express": "~3.3.3",
"less": "~1.4.2",
"uglify-js": "~2.4.15",
"clean-css": "~2.2.15",
"huxley": "~0.7.4",
"jasmine-node": "git://github.com/mhevery/jasmine-node.git#Jasmine2.0"
},
"bin": "cli.js",
"scripts": {
"test": "make test"
}
}