Advertisement
Danack

WorkingComposer

Sep 7th, 2014
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. {
  2. "description": "Stack Overflow Close-Vote Backlog UI",
  3. "homepage": "http://cv-pls.com/backlog",
  4. "keywords": ["backlog", "close-vote", "cv-pls", "cv-ring", "stack overflow"],
  5. "license": "MIT",
  6. "name": "room-11/cvbacklogui",
  7. "type": "project",
  8.  
  9. "repositories": [
  10. {
  11. "type": "package",
  12. "package": {
  13. "name": "bagder/ca-bundle",
  14. "version": "dev-master",
  15. "source": {
  16. "url": "https://github.com/bagder/ca-bundle",
  17. "type": "git",
  18. "reference": "origin/master"
  19. }
  20. }
  21. },
  22. {
  23. "type": "vcs",
  24. "url": "https://github.com/rdlowrey/acesync"
  25. },
  26. {
  27. "type": "vcs",
  28. "url": "https://github.com/rdlowrey/arya"
  29. }
  30. ],
  31.  
  32. "authors": [
  33. {
  34. "email": "kyra@existing.me",
  35. "homepage": "https://github.com/KyraD",
  36. "name": "Kyra D.",
  37. "role": "Lead Developer"
  38. },
  39. {
  40. "email": "cvbacklogui@daverandom.com",
  41. "homepage": "https://github.com/DaveRandom",
  42. "name": "Chris Wright",
  43. "role": "Developer"
  44. },
  45. {
  46. "homepage": "https://github.com/Room-11/CVBacklogUI/contributors",
  47. "name": "Stack Overflow Close-Vote Ring"
  48. }
  49. ],
  50. "require": {
  51. "monolog/monolog": "~1.10",
  52. "nikic/fast-route": "0.2.0",
  53. "php": ">=5.5",
  54. "rdlowrey/artax": "v1.0.0-alpha",
  55. "rdlowrey/arya": "dev-master",
  56. "twig/twig": "1.16"
  57. },
  58.  
  59.  
  60. "require-dev": {
  61. "oyejorge/less.php": "~1.7.0.2",
  62. "phpunit/phpunit": "~4.2.5",
  63. "phpmd/phpmd": "~2.0.0",
  64. "satooshi/php-coveralls": "~0.6.1",
  65. "squizlabs/php_codesniffer": "2.0.0RC1",
  66. "twbs/bootstrap": "~3.2.0"
  67. },
  68.  
  69. "autoload": {
  70. "psr-4": {
  71. "CvRing\\Backlog\\": "src"
  72. }
  73. },
  74. "minimum-stability": "dev"
  75. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement