@kmatthews/jira2md
Version:
JIRA to MarkDown text format converter.
35 lines (34 loc) • 829 B
JSON
{
"name": "@kmatthews/jira2md",
"version": "2.0.4",
"keywords": [
"jira",
"atlassian",
"wiki",
"markdown"
],
"homepage": "http://github.com/karimatthews/J2M.git",
"repository": {
"type": "git",
"url": "http://github.com/karimatthews/J2M.git"
},
"description": "JIRA to MarkDown text format converter.",
"main": "index.js",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^5.2.0"
},
"scripts": {
"test": "mocha --timeout 5000 --check-leaks --reporter spec test/*.js"
},
"author": "Fokke Zandbergen <mail@fokkezb.nl>",
"contributors": [
"Kyle Farris <kyle@chomponllc.com>",
"Eryk Warren <https://github.com/erykwarren>",
"Kari Matthews <https://github.com/karimatthews>"
],
"license": "Apache-2.0",
"dependencies": {
"marked": "^0.3.5"
}
}