-
- Downloads
Support markdown-it 4.0.0
{ | { | ||
"name": "markdown-it-imsize", | "name": "markdown-it-imsize", | ||
"version": "1.1.6", | "version": "2.0.0", | ||
"description": "Markdown-it plugin to specify image size", | "description": "Markdown-it plugin to specify image size", | ||
"main": "lib/index.js", | "main": "lib/index.js", | ||
"scripts": { | "scripts": { | ||
... | @@ -22,6 +22,7 @@ | ... | @@ -22,6 +22,7 @@ |
], | ], | ||
"dependencies": {}, | "dependencies": {}, | ||
"devDependencies": { | "devDependencies": { | ||
"chai": "^2.2.0", | |||
"coveralls": "^2.11.2", | "coveralls": "^2.11.2", | ||
"eslint": "^0.18.0", | "eslint": "^0.18.0", | ||
"eslint-plugin-nodeca": "^1.0.3", | "eslint-plugin-nodeca": "^1.0.3", | ||
... | ... |
Please register or sign in to comment