Skip to content
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.

Commit

Permalink
Add package.json to prepare npm distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Hertenstein committed May 12, 2016
1 parent c28bde0 commit e7b5596
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
site/
25 changes: 25 additions & 0 deletions package.json
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"
}

0 comments on commit e7b5596

Please sign in to comment.