devsite/node_modules/mdurl/package.json
2024-07-07 18:49:38 -07:00

17 lines
323 B
JSON

{
"name": "mdurl",
"version": "1.0.1",
"description": "URL utilities for markdown-it",
"repository": "markdown-it/mdurl",
"license": "MIT",
"scripts": {
"test": "make test"
},
"devDependencies": {
"mocha": "*",
"eslint": "0.13.0",
"eslint-plugin-nodeca": "^1.0.0",
"istanbul": "*"
}
}