Skip to content
Snippets Groups Projects
Select Git revision
  • 68d0ccffc1db8c8229732a22db86e747cf2309bf
  • upstream default protected
  • master
3 results

package.json

Blame
  • This project manages its dependencies using npm. Learn more
    package.json 867 B
    {
      "name": "markdown-it-imsize",
      "version": "1.1.3",
      "description": "Markdown-it plugin to specify image size",
      "main": "lib/index.js",
      "scripts": {
        "test": "make test"
      },
      "repository": {
        "type": "git",
        "url": "https://github.com/tatsy/markdown-it-imsize"
      },
      "author": "tatsy",
      "license": "MIT",
      "bugs": {
        "url": "https://github.com/tatsy/markdown-it-imsize/issues"
      },
      "homepage": "https://github.com/tatsy/markdown-it-imsize",
      "keywords": [
        "markdown-it",
        "markdown-it-plugin"
      ],
      "dependencies": {},
      "devDependencies": {
        "coveralls": "^2.11.2",
        "eslint": "^0.13.0",
        "eslint-plugin-nodeca": "^1.0.3",
        "istanbul": "^0.3.5",
        "markdown-it": "^3.0.4",
        "markdown-it-testgen": "^0.1.4",
        "mocha": "^2.1.0",
        "should": "^5.0.0",
        "uglify-js": "^2.4.16",
        "webpack": "^1.5.3"
      }
    }