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.
17 lines
323 B
17 lines
323 B
4 weeks ago
|
{
|
||
|
"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": "*"
|
||
|
}
|
||
|
}
|