forked from sensational/sassphp
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathcomposer.json
40 lines (40 loc) · 1.03 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
39
40
{
"name": "abm/sassphp",
"type": "library",
"description": "PHP bindings to libsass - fast, native Sass parsing in PHP!",
"keywords": [
"sass",
"php",
"libsass",
"extensions"
],
"homepage": "https://github.com/absalomedia/sassphp",
"license": "MIT",
"authors": [
{
"name": "Lawrence Meckan",
"email": "[email protected]"
},
{
"name": "Jamie Rumbelow",
"email": "[email protected]"
},
{
"name": "Philip Hofstetter",
"email": "[email protected]"
}
],
"support": {
"email": "[email protected]",
"wiki": "https://github.com/absalomedia/sassphp/blob/master/README.md"
},
"require": {
"php": ">=5.4.2"
},
"require-dev": {
"satooshi/php-coveralls": "~1.0",
"phpunit/phpcov": "^3.1",
"phpunit/phpunit": "^5.7"
},
"scripts": { "post-install-cmd": [ "sh scripts/sassphp_install.sh" ] }
}