UNPKG

markdown2jira

Version:

Export Markdown document to JIRA JSON import file

34 lines (33 loc) 720 B
{ "name": "markdown2jira", "version": "1.2.0", "description": "Export Markdown document to JIRA JSON import file", "main": "index.js", "scripts": { "start": "node index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Miroslav Voda <vodamiro@gmail.com>", "license": "MIT", "dependencies": { "express": "~4.16.2", "body-parser": "~1.18.2" }, "devDependencies": { "babel-preset-env": "1.6.0", "babel-register": "6.24.1" }, "repository": { "type": "git", "url": "git+ssh://git@bitbucket.org:vodamiro/markdown2jira.git" }, "keywords": [ "JIRA", "Markdown", "Epic", "Story", "Export", "Import", "Convert" ] }