UNPKG

generator-craftskeleton

Version:

Starterkit for Craft CMS 2.x (Multi-Environment Configs with HeartyConfig, Gulp, and Bower for Dependencie-Management) made by interpunkt. ag

281 lines (280 loc) 8.78 kB
[ { "name": "crodas/languagedetector", "version": "v0.1.1", "version_normalized": "0.1.1.0", "source": { "type": "git", "url": "https://github.com/crodas/LanguageDetector.git", "reference": "07aa8bb806cb71fe4e4352c12232a5c74bf416ed" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/crodas/LanguageDetector/zipball/07aa8bb806cb71fe4e4352c12232a5c74bf416ed", "reference": "07aa8bb806cb71fe4e4352c12232a5c74bf416ed", "shasum": "" }, "require-dev": { "crodas/autoloader": "~0.1" }, "time": "2013-11-06 01:26:03", "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "LanguageDetector": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-4-Clause" ], "authors": [ { "name": "César D. Rodas", "email": "crodas@php.net" } ], "description": "simple library to classify texts" }, { "name": "crodas/text-rank", "version": "dev-master", "version_normalized": "9999999-dev", "source": { "type": "git", "url": "https://github.com/crodas/TextRank.git", "reference": "8c113c5b0cae3eeb853891ef5afdf27d678a5940" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/crodas/TextRank/zipball/8c113c5b0cae3eeb853891ef5afdf27d678a5940", "reference": "8c113c5b0cae3eeb853891ef5afdf27d678a5940", "shasum": "" }, "require": { "crodas/languagedetector": "~0.1", "ext-mbstring": "*" }, "suggest": { "ext-stem": "Improves keywords selection" }, "time": "2013-12-08 07:56:52", "type": "library", "installation-source": "source", "autoload": { "classmap": [ "lib/" ] }, "notification-url": "https://packagist.org/downloads/", "authors": [ { "name": "César D. Rodas", "email": "crodas@php.net" } ], "description": "Extract relevant keywords from a given text" }, { "name": "composer/installers", "version": "dev-master", "version_normalized": "9999999-dev", "source": { "type": "git", "url": "https://github.com/composer/installers.git", "reference": "2db1f3ce7bcf0d294811f5f0214e24d2878a57da" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/installers/zipball/2db1f3ce7bcf0d294811f5f0214e24d2878a57da", "reference": "2db1f3ce7bcf0d294811f5f0214e24d2878a57da", "shasum": "" }, "require": { "composer-plugin-api": "^1.0" }, "replace": { "roundcube/plugin-installer": "*", "shama/baton": "*" }, "require-dev": { "composer/composer": "1.0.*@dev", "phpunit/phpunit": "4.1.*" }, "time": "2016-05-19 16:58:29", "type": "composer-plugin", "extra": { "class": "Composer\\Installers\\Plugin", "branch-alias": { "dev-master": "1.0-dev" } }, "installation-source": "source", "autoload": { "psr-4": { "Composer\\Installers\\": "src/Composer/Installers" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kyle Robinson Young", "email": "kyle@dontkry.com", "homepage": "https://github.com/shama" } ], "description": "A multi-framework Composer library installer", "homepage": "https://composer.github.io/installers/", "keywords": [ "Craft", "Dolibarr", "Hurad", "ImageCMS", "MODX Evo", "Mautic", "OXID", "RadPHP", "SMF", "Thelia", "WolfCMS", "agl", "aimeos", "annotatecms", "bitrix", "cakephp", "chef", "codeigniter", "concrete5", "croogo", "dokuwiki", "drupal", "elgg", "fuelphp", "grav", "installer", "joomla", "kohana", "laravel", "lithium", "magento", "mako", "mediawiki", "modulework", "moodle", "phpbb", "piwik", "ppi", "puppet", "roundcube", "shopware", "silverstripe", "symfony", "typo3", "wordpress", "zend", "zikula" ] }, { "name": "davechild/textstatistics", "version": "1.0.1", "version_normalized": "1.0.1.0", "source": { "type": "git", "url": "https://github.com/DaveChild/Text-Statistics.git", "reference": "6196462b4fe730a8ff0019036baf362295c161b3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/DaveChild/Text-Statistics/zipball/6196462b4fe730a8ff0019036baf362295c161b3", "reference": "6196462b4fe730a8ff0019036baf362295c161b3", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "4.2.*" }, "suggest": { "ext-bcmath": "More accurate floating point calculations.", "ext-mbstring": "Handle multi-byte text properly." }, "time": "2015-04-22 14:55:55", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-0": { "DaveChild\\TextStatistics": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Dave Child", "email": "dave@addedbytes.com", "homepage": "https://www.addedbytes.com/", "role": "Developer" } ], "description": "PHP package to measure the readability of text according to various algorithms.", "homepage": "https://github.com/DaveChild/Text-Statistics" }, { "name": "sunra/php-simple-html-dom-parser", "version": "v1.5.1", "version_normalized": "1.5.1.0", "source": { "type": "git", "url": "https://github.com/sunra/php-simple-html-dom-parser.git", "reference": "f910346ce47513a49ed5b8de197cde26c3f0b193" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sunra/php-simple-html-dom-parser/zipball/f910346ce47513a49ed5b8de197cde26c3f0b193", "reference": "f910346ce47513a49ed5b8de197cde26c3f0b193", "shasum": "" }, "require": { "php": ">=5.3.2" }, "time": "2016-05-20 11:21:15", "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "Sunra\\PhpSimple\\HtmlDomParser": "Src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Sunra", "email": "sunra@yandex.ru", "homepage": "https://github.com/sunra" } ], "description": "Composer adaptation of: A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.", "homepage": "https://github.com/sunra/php-simple-html-dom-parser", "keywords": [ "dom", "html", "parser" ] } ]