diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..1b76513 --- /dev/null +++ b/composer.json @@ -0,0 +1,27 @@ +{ + "name": "jamesallardice/placeholders", + "description": "A way to install Placeholders.js via composer", + "license": "MIT", + "type": "component", + "keywords": [ + "js" + ], + "authors": [{ + "name": "James Allardice", + "email": "A JavaScript polyfill for the HTML5 placeholder attribute" + }], + "require": { + "robloach/component-installer": "*" + }, + "extra": { + "component": { + "name": "placeholders", + "scripts": [ + "dest/placeholders.src.js" + ], + "files": [ + "dest/placeholders.min.js" + ] + } + } +} \ No newline at end of file