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.
 
 
 
 
 

16 lines
323 B

{
"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": "*"
}
}