-
Notifications
You must be signed in to change notification settings - Fork 92
/
composer.json
31 lines (31 loc) · 1.14 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "meenie/Munee",
"description": "Standalone PHP 5.3 Asset Optimisation & Manipulation - On-The-Fly Image Resizing, On-the-fly LESS, SCSS, CoffeeScript Compiling, CSS & JavaScript Combining/Minifying, and Smart Client Side and Server Side Caching",
"keywords": ["php","less","scss","coffeescript","cache","asset optimisation","asset optimization","asset management","css","javascript","lessphp","scssphp","image manipulation"],
"homepage": "http://mun.ee",
"license": "MIT",
"authors": [
{
"name": "Cody Lundquist",
"email": "[email protected]",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"Munee\\": "src/Munee"
},
"files": ["config/bootstrap.php"]
},
"require": {
"php": ">=5.3.2",
"oyejorge/less.php": "1.7.0.5",
"leafo/scssphp": "0.1.1",
"tedivm/jshrink": "1.0.1",
"imagine/imagine": "0.6.2",
"coffeescript/coffeescript": "1.3.1",
"meenie/javascript-packer": "1.1",
"tubalmartin/cssmin": "~2.4",
"sabberworm/php-css-parser": "7.0.0"
}
}