Skip to content

Commit

Permalink
added composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
brusch authored and vrana committed Mar 2, 2018
1 parent 275c9cc commit 6f4e94d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "vrana/jush",
"description": "JUSH - JavaScript Syntax Highlighter",
"homepage": "http://jush.sourceforge.net/",
"keywords": [
"syntax highlighter",
"javascript"
],
"support": {
"source": "https://github.com/vrana/jush/"
},
"authors": [
{
"name": "Jakub Vrána",
"homepage": "https://www.vrana.cz/"
}
],
"license": [
"Apache-2.0",
"GPL-2.0-only"
]
}

0 comments on commit 6f4e94d

Please sign in to comment.