123456789101112131415161718192021222324 |
- {
- "name": "hipchat/hipchat-php",
- "type": "library",
- "description": "PHP library for HipChat",
- "keywords": ["hipchat"],
- "homepage": "http://github.com/hipchat/hipchat-php",
- "license": "MIT",
- "require": {
- "php": ">=5.3.0"
- },
- "autoload": {
- "psr-0": {
- "HipChat": "src"
- }
- },
- "authors": [
- {
- "name": "HipChat",
- "email": "support@hipchat.com",
- "homepage": "https://www.hipchat.com",
- "role": "Company"
- }
- ]
- }
|