github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/public/libs/to-markdown/package.json (about)

     1  {
     2    "name": "to-markdown",
     3    "description": "HTML-to-Markdown converter",
     4    "url": "http://domchristie.github.com/to-markdown/",
     5    "keywords": "markdown",
     6    "author": "Dom Christie",
     7    "main": "index.js",
     8    "version": "1.2.1",
     9    "repository": {
    10      "type": "git",
    11      "url": "https://github.com/domchristie/to-markdown.git"
    12    },
    13    "scripts": {
    14      "start": "watchify -s toMarkdown -o dist/to-markdown.js index.js -v",
    15      "test": "qunit -c ./index.js -t ./test/to-markdown-test.js ./test/gfm-test.js"
    16    },
    17    "devDependencies": {
    18      "saucie": "0.1.3",
    19      "testem": "^0.8.2",
    20      "qunit": "^0.7.6",
    21      "watchify": "^2.5.0"
    22    },
    23    "browser": {
    24      "jsdom": false
    25    },
    26    "dependencies": {
    27      "collapse-whitespace": "1.1.1",
    28      "jsdom": "^3.1.2"
    29    }
    30  }