forked from awjudd/l4-assetprocessor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 920 Bytes
/
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
33
34
35
36
37
{
"name": "awjudd/assetprocessor",
"description": "A quick and easy way to managing and processing assets in Laravel 4",
"authors": [
{
"name": "Andrew Judd",
"email": "[email protected]",
"homepage": "http://www.andrewjudd.ca"
}
],
"tags": [
"assets",
"asset-processing",
"asset-management",
"less",
"sass",
"coffeescript",
"minifying",
"laravel"
],
"license": "MIT",
"require": {
"php": ">=5.4.0",
"illuminate/support": "4.1.x",
"leafo/lessphp": "0.4.0",
"leafo/scssphp": "0.0.8",
"werkint/jsmin": "1.0.0",
"natxet/CssMin": "dev-master",
"coffeescript/coffeescript": "dev-master"
},
"autoload": {
"psr-0": {
"Awjudd\\Asset": "src/"
}
},
"minimum-stability": "dev"
}