blob: 017d740b0599fa9a89a3251c44f6a2d3c7bdaeaa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"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": "*"
}
}
|