Created
January 29, 2014 12:28
-
-
Save Srokap/8686914 to your computer and use it in GitHub Desktop.
Revisions
-
Srokap created this gist
Jan 29, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,34 @@ { "name": "srokap/elgg", "type": "project", "description": "Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.", "homepage": "http://elgg.org/", "minimum-stability": "stable", "keywords": ["elgg", "framework", "social network", "open source social networking", "social intranet", "collaboration software", "social networking software", "community software", "social media", "social publishing", "social media platform"], "license": ["GPL-2.0", "MIT"], "authors": [ { "name": "Elgg developers and contributors", "email": "[email protected]", "homepage": "http://elgg.org/", "role": "Developer" } ], "support": { "issues": "https://github.com/Elgg/Elgg/issues/", "forum": "http://community.elgg.org/", "wiki": "http://docs.elgg.org/", "source": "https://github.com/Elgg/Elgg/", "irc": "irc://irc.freenode.org/elgg" }, "require": { "php": ">=5.2", "ext-mysql": "*", "ext-json": "*", "ext-xml": "*", "ext-gd": "*" }, "suggest": { "ext-mbstring": "*" } }