123456789101112131415161718192021222324252627282930313233343536 |
- {
- "name": "markdown-it-abbr",
- "version": "1.0.4",
- "description": "<abbr> tag for markdown-it markdown parser.",
- "keywords": [
- "markdown-it-plugin",
- "markdown-it",
- "markdown",
- "abbreviation",
- "abbr"
- ],
- "homepage": "https://github.com/markdown-it/markdown-it-abbr",
- "repository": {
- "type": "git",
- "url": "git://github.com/markdown-it/markdown-it-abbr.git"
- },
- "bugs": {
- "url": "https://github.com/markdown-it/markdown-it-abbr/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": "*",
- "markdown-it": "^5.0.3",
- "markdown-it-testgen": "~0.1.0",
- "mocha": "*",
- "uglify-js": "*"
- }
- }
|