This repository has been archived by the owner on Jul 27, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add package.json to prepare npm distribution
- Loading branch information
Johannes Hertenstein
committed
May 12, 2016
1 parent
c28bde0
commit e7b5596
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
site/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"name": "j2m", | ||
"version": "1.0.0", | ||
"description": "Convert from JIRA text formatting to GitHub Flavored MarkDown and back again", | ||
"main": "src/J2M.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/FokkeZB/J2M.git" | ||
}, | ||
"keywords": [ | ||
"jira", | ||
"atlassian", | ||
"markdown", | ||
"convert" | ||
], | ||
"author": "Fokke Zandbergen <[email protected]>", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/FokkeZB/J2M/issues" | ||
}, | ||
"homepage": "https://github.com/FokkeZB/J2M#readme" | ||
} |