summaryrefslogtreecommitdiffstats
path: root/admin/survey/minify/vendor/mrclay/jsmin-php/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'admin/survey/minify/vendor/mrclay/jsmin-php/composer.json')
-rw-r--r--admin/survey/minify/vendor/mrclay/jsmin-php/composer.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/admin/survey/minify/vendor/mrclay/jsmin-php/composer.json b/admin/survey/minify/vendor/mrclay/jsmin-php/composer.json
new file mode 100644
index 0000000..202348c
--- /dev/null
+++ b/admin/survey/minify/vendor/mrclay/jsmin-php/composer.json
@@ -0,0 +1,34 @@
+{
+ "name": "mrclay/jsmin-php",
+ "type": "library",
+ "description": "Provides a modified port of Douglas Crockford's jsmin.c, which removes unnecessary whitespace from JavaScript files.",
+ "keywords": ["jsmin", "minify", "compress"],
+ "homepage": "https://github.com/mrclay/jsmin-php/",
+ "license": "MIT",
+ "authors": [
+ {
+ "name": "Stephen Clay",
+ "email": "steve@mrclay.org",
+ "role": "Developer"
+ },
+ {
+ "name": "Ryan Grove",
+ "email": "ryan@wonko.com",
+ "role": "Developer"
+ }
+ ],
+ "support": {
+ "email": "minify@googlegroups.com",
+ "issues": "https://github.com/mrclay/jsmin-php/issues"
+ },
+ "require": {
+ "php": ">=5.3.0",
+ "ext-pcre": "*"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.2"
+ },
+ "autoload": {
+ "psr-0": {"JSMin\\": "src/"}
+ }
+}