easy-mathjax
Version:
Facilitate MathJax usage.
32 lines (31 loc) • 793 B
JSON
{
"name": "easy-mathjax",
"version": "0.1.3",
"description": "Facilitate MathJax usage.",
"browser": "lib/easy-mathjax.js",
"main": "lib/easy-mathjax.js",
"scripts": {
"prepublish": "grunt build",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/alxarch/easy-mathjax.git"
},
"keywords": [
"mathjax"
],
"author": "Alexandros Sigalas <alxarch@gmail.com>",
"license": "Apache v2",
"bugs": {
"url": "https://github.com/alxarch/easy-mathjax/issues"
},
"homepage": "https://github.com/alxarch/easy-mathjax",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-jasmine": "~0.6.1",
"grunt-contrib-coffee": "~0.10.0",
"grunt-contrib-clean": "~0.5.0"
}
}