Skip to content

Commit

Permalink
Create composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alphp committed Sep 2, 2017
1 parent d08d849 commit 1bc542a
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "evoluteur/colorpicker",
"description": "jQuery UI widget for color picking (similar to the one in Microsoft Office 2010).",
"type": "component",
"homepage": "http://evoluteur.github.io/colorpicker/",
"license": "MIT",
"authors": [
{
"name": "Olivier Giulieri",
"email": "ogiulieri@gmail.com"
}
],
"require": {
"robloach/component-installer": "*",
"components/jqueryui": "*"
},
"extra": {
"component": {
"scripts": [
"js/evol-colorpicker.js"
],
"files": [
"js/*.js",
"css/*.css",
"less/*.less"
]
}
}
}

0 comments on commit 1bc542a

Please sign in to comment.