forked from karimatthews/J2M
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 829 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"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 <[email protected]>",
"contributors": [
"Kyle Farris <[email protected]>",
"Eryk Warren <https://github.com/erykwarren>",
"Kari Matthews <https://github.com/karimatthews>"
],
"license": "Apache-2.0",
"dependencies": {
"marked": "^0.3.5"
}
}