Add simple CLI

This commit is contained in:
Xavier Mendez
2014-09-17 15:46:20 +02:00
parent b7e55607cc
commit f6dd9e93fb
2 changed files with 17 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
},
"files": [
"katex.js",
"cli.js",
"src/"
],
"license": "MIT",
@@ -21,6 +22,7 @@
"huxley": "~0.7.4",
"jasmine-node": "git://github.com/mhevery/jasmine-node.git#Jasmine2.0"
},
"bin": "cli.js",
"scripts": {
"test": "make test"
}