forked from fooman/speedster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 1023 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": "jgmagency/speedster",
"type": "magento-module",
"license": "OSL-3.0",
"homepage": "https://github.com/fooman/speedster",
"description": "Speed up your Magento store by combining, compressing and caching Javascript and CSS files.",
"authors": [
{
"name": "Kristof Ringleff",
"email": "[email protected]"
}
],
"require": {
"magento-hackathon/magento-composer-installer": "*",
"fooman/common": "*"
},
"extra": {
"map": [
[
"app/code/community/Fooman/Speedster/",
"app/code/community/Fooman/Speedster/"
],
[
"app/etc/modules/Fooman_Speedster.xml",
"app/etc/modules/Fooman_Speedster.xml"
],
[
"lib/minify/",
"lib/minify/"
],
[
"skin/m/.htaccess",
"skin/m/.htaccess"
]
]
}
}