1
0
Fork 0
composer/tests/Composer/Test/Fixtures/functional/create-project-shows-full-h.../packages.json

46 lines
1.1 KiB
JSON
Raw Normal View History

2012-11-10 18:42:29 +00:00
[
{
"name": "seld/jsonlint",
"description": "JSON Linter",
"keywords": [
"json",
"parser",
"linter",
"validator"
],
"homepage": "",
2021-02-12 10:05:13 +00:00
"version": "dev-main",
"version_normalized": "dev-main",
"default-branch": true,
2012-11-10 18:42:29 +00:00
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "https://seld.be",
2012-11-10 18:42:29 +00:00
"role": "Developer"
}
],
"source": {
"type": "git",
2015-05-04 17:37:57 +00:00
"url": "https://github.com/Seldaek/jsonlint",
2012-11-10 18:42:29 +00:00
"reference": "4451f2066efdc53f3fa954c44a47ead73f6838d2"
},
"type": "library",
"time": "2012-08-13T07:00:11+00:00",
"autoload": {
"psr-0": {
"Seld\\JsonLint": "src/"
}
},
"bin": [
"bin/jsonlint"
],
"require": {
"php": ">=5.3.0"
}
}
2021-02-12 10:05:13 +00:00
]