Skip to content

Commit

Permalink
Adding composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Clements committed Jul 6, 2016
1 parent 3628097 commit 33e0c6d
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": "kaliop/php-idml",
"description": "Package for managing IDML files",
"type": "library",
"keywords": ["idml", "In Design", "InDesign"],
"homepage": "https://github.com/kaliop-uk/php-idml",
"license": "MIT",
"authors": [
{
"name": "Zandr Martin",
"email": "",
"homepage": "https://github.com/zandrmartin",
"role": "Developer"
},
{
"name": "Daniel Clements",
"email": "[email protected]",
"homepage": "https://github.com/DeClemo",
"role": "Developer"
}
]
}

0 comments on commit 33e0c6d

Please sign in to comment.