You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
840 B
37 lines
840 B
{
|
|
"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": "*"
|
|
}
|
|
}
|