123456789101112131415161718192021222324252627 |
- {
- "name": "markdown-it-mathjax",
- "version": "2.0.0",
- "description": "",
- "main": "markdown-it-mathjax.js",
- "scripts": {
- "test": "gulp lint test"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/classeur/markdown-it-mathjax.git"
- },
- "author": "Benoit Schweblin",
- "license": "ISC",
- "bugs": {
- "url": "https://github.com/classeur/markdown-it-mathjax/issues"
- },
- "homepage": "https://github.com/classeur/markdown-it-mathjax#readme",
- "devDependencies": {
- "clgulp": "^1.1.0",
- "eslint-config-classeur": "^1.0.1",
- "gulp": "^3.9.0",
- "gulp-spawn-mocha": "^2.2.1",
- "markdown-it": "^5.0.2",
- "should": "^8.0.1"
- }
- }
|