1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "markdown-it-sub",
- "version": "1.0.0",
- "description": "<sub> tag for markdown-it markdown parser.",
- "keywords": [
- "markdown-it-plugin",
- "markdown-it",
- "markdown",
- "subscript",
- "sub"
- ],
- "homepage": "https://github.com/markdown-it/markdown-it-sub",
- "repository": {
- "type": "git",
- "url": "git://github.com/markdown-it/markdown-it-sub.git"
- },
- "bugs": {
- "url": "https://github.com/markdown-it/markdown-it-sub/issues"
- },
- "license": "MIT",
- "main": "index.js",
- "scripts": {
- "test": "make test"
- },
- "devDependencies": {
- "browserify": "*",
- "coveralls": "^2.11.2",
- "eslint": "0.10.2",
- "eslint-plugin-nodeca": "^1.0.0",
- "istanbul": "*",
- "lodash": "*",
- "markdown-it": "^4.0.0",
- "markdown-it-testgen": "~0.1.0",
- "mocha": "*",
- "request": "*",
- "uglify-js": "*"
- }
- }
|