Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
{
2
    "name": "scssphp/scssphp",
3
    "type": "library",
4
    "description": "scssphp is a compiler for SCSS written in PHP.",
5
    "keywords": ["css", "stylesheet", "scss", "sass", "less"],
6
    "homepage": "http://scssphp.github.io/scssphp/",
7
    "license": [
8
        "MIT"
9
    ],
10
    "authors": [
11
        {
12
            "name": "Anthon Pang",
13
            "email": "apang@softwaredevelopment.ca",
14
            "homepage": "https://github.com/robocoder"
15
        },
16
        {
17
            "name": "Cédric Morin",
18
            "email": "cedric@yterium.com",
19
            "homepage": "https://github.com/Cerdic"
20
        }
21
    ],
22
    "autoload": {
23
        "psr-4": { "ScssPhp\\ScssPhp\\": "src/" }
24
    },
25
    "autoload-dev": {
26
        "psr-4": { "ScssPhp\\ScssPhp\\Tests\\": "tests/" }
27
    },
28
    "require": {
29
        "php": ">=5.6.0",
30
        "ext-json": "*",
31
        "ext-ctype": "*"
32
    },
33
    "suggest": {
34
        "ext-mbstring": "For best performance, mbstring should be installed as it is faster than ext-iconv",
35
        "ext-iconv": "Can be used as fallback when ext-mbstring is not available"
36
    },
37
    "require-dev": {
38
        "bamarni/composer-bin-plugin": "^1.4",
39
        "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.3 || ^9.4",
40
        "sass/sass-spec": "*",
41
        "squizlabs/php_codesniffer": "~3.5",
42
        "symfony/phpunit-bridge": "^5.1",
43
        "thoughtbot/bourbon": "^7.0",
44
        "twbs/bootstrap": "~5.0",
45
        "twbs/bootstrap4": "4.6.1",
46
        "zurb/foundation": "~6.7.0"
47
    },
48
    "repositories": [
49
        {
50
            "type": "package",
51
            "package": {
52
                "name": "sass/sass-spec",
53
                "version": "2022.08.19",
54
                "source": {
55
                    "type": "git",
56
                    "url": "https://github.com/sass/sass-spec.git",
57
                    "reference": "2bdc199723a3445d5badac3ac774105698f08861"
58
                },
59
                "dist": {
60
                    "type": "zip",
61
                    "url": "https://api.github.com/repos/sass/sass-spec/zipball/2bdc199723a3445d5badac3ac774105698f08861",
62
                    "reference": "2bdc199723a3445d5badac3ac774105698f08861",
63
                    "shasum": ""
64
                }
65
            }
66
        },
67
        {
68
            "type": "package",
69
            "package": {
70
                "name": "thoughtbot/bourbon",
71
                "version": "v7.0.0",
72
                "source": {
73
                    "type": "git",
74
                    "url": "https://github.com/thoughtbot/bourbon.git",
75
                    "reference": "fbe338ee6807e7f7aa996d82c8a16f248bb149b3"
76
                },
77
                "dist": {
78
                    "type": "zip",
79
                    "url": "https://api.github.com/repos/thoughtbot/bourbon/zipball/fbe338ee6807e7f7aa996d82c8a16f248bb149b3",
80
                    "reference": "fbe338ee6807e7f7aa996d82c8a16f248bb149b3",
81
                    "shasum": ""
82
                }
83
            }
84
        },
85
        {
86
            "type": "package",
87
            "package": {
88
                "name": "twbs/bootstrap4",
89
                "version": "v4.6.1",
90
                "source": {
91
                    "type": "git",
92
                    "url": "https://github.com/twbs/bootstrap.git",
93
                    "reference": "043a03c95a2ad6738f85b65e53b9dbdfb03b8d10"
94
                },
95
                "dist": {
96
                    "type": "zip",
97
                    "url": "https://api.github.com/repos/twbs/bootstrap/zipball/043a03c95a2ad6738f85b65e53b9dbdfb03b8d10",
98
                    "reference": "043a03c95a2ad6738f85b65e53b9dbdfb03b8d10",
99
                    "shasum": ""
100
                }
101
            }
102
        }
103
    ],
104
    "bin": ["bin/pscss"],
105
    "config": {
106
        "sort-packages": true,
107
        "allow-plugins": {
108
            "bamarni/composer-bin-plugin": true
109
        }
110
    },
111
    "extra": {
112
        "bamarni-bin": {
113
            "forward-command": false,
114
            "bin-links": false
115
        }
116
    }
117
}