composer.json 304 B

1234567891011121314
  1. {
  2. "name": "jfryman/puppet-nginx",
  3. "type": "project",
  4. "description": "Puppet module for nginx installation",
  5. "keywords": ["puppet", "nginx"],
  6. "license": "Apache-2.0",
  7. "require": {
  8. },
  9. "extra": {
  10. "branch-alias": {
  11. "dev-master": "1.x-dev"
  12. }
  13. }
  14. }