forked from MarcWeber/phamlp
-
Notifications
You must be signed in to change notification settings - Fork 83
/
composer.json
executable file
·38 lines (38 loc) · 1.02 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
33
34
35
36
37
38
{
"name": "richthegeek/phpsass",
"description": "PHPSass is a PHP compiler for SASS, a popular CSS pre-processor language.",
"license": "BSD-2-Clause",
"homepage": "http://phpsass.com",
"support": {
"issues": "https://github.com/richthegeek/phpsass/issues",
"source": "https://github.com/richthegeek/phpsass"
},
"authors": [
{
"name": "Richard Lyon",
"homepage": "https://github.com/richthegeek"
},
{
"name": "Sebastian Siemssen",
"homepage": "https://twitter.com/thefubhy"
},
{
"name": "Steve Jones",
"homepage": "https://github.com/darthsteven"
},
{
"name": "Sam Richard",
"homepage": "https://github.com/snugug"
}
],
"autoload": {
"classmap": [
"script/",
"renderers/",
"tree/",
"SassException.php",
"SassFile.php",
"SassParser.php"
]
}
}