-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yo-rc.json
27 lines (27 loc) · 845 Bytes
/
.yo-rc.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
{
"generator-clearphp": {
"run": 31,
"github": {
"ssh": "[email protected]:jkphl/responsive-images-css.git",
"https": "https://github.com/jkphl/responsive-images-css"
},
"codeclimate": "20359e11b7e56d440ebf84cbb0aacfa5d57fd9cfc4afdf0d7f0cba34b0105913",
"scrutinizer": true,
"coverage": true,
"docs": false,
"apidocs": false,
"year": 2018,
"vendor": "jkphl",
"project": "responsive-images-css",
"description": "PHP library for translating HTML responsive images to CSS (sort of ...)",
"website": "https://github.com/jkphl/responsive-images-css",
"license": "MIT",
"stability": "RC",
"namespace": "Jkphl",
"module": "Respimgcss",
"php": "7.1",
"authorName": "Joschi Kuphal",
"authorEmail": "[email protected]",
"authorWebsite": "https://jkphl.is"
}
}