forked from meenie/munee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 1.11 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
32
{
"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-0": {
"Munee": "src/"
},
"files": ["config/bootstrap.php"]
},
"require": {
"php": ">=5.3.2",
"leafo/lessphp": "0.3.9",
"leafo/scssphp": "0.0.13",
"tedivm/jshrink": "0.5.1",
"imagine/Imagine": "0.5.0",
"coffeescript/coffeescript": "1.3.1",
"meenie/javascript-packer": "1.1"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
}
}