UNPKG

aws-delivlib

Version:

A fabulous library for defining continuous pipelines for building, testing and releasing code libraries.

28 lines (27 loc) 646 B
{ "name": "remove-markdown", "version": "0.2.2", "description": "Remove Markdown formatting from text", "main": "index.js", "scripts": { "test": "./node_modules/.bin/mocha -R spec test/remove-markdown.js" }, "repository": { "type": "git", "url": "https://github.com/stiang/remove-markdown.git" }, "keywords": [ "markdown" ], "author": "Stian Grytøyr", "license": "MIT", "bugs": { "url": "https://github.com/stiang/remove-markdown/issues" }, "homepage": "https://github.com/stiang/remove-markdown", "devDependencies": { "chai": "^4.0.2", "mocha": "^2.1.0", "should": "^5.0.0" } }