2013-01-07 14:07:39 +01:00
|
|
|
{
|
|
|
|
"name": "silverstripe/textextraction",
|
|
|
|
"type": "silverstripe-module",
|
2013-03-13 23:59:40 +01:00
|
|
|
"description": "Text Extraction API for SilverStripe CMS (mostly used with 'fulltextsearch' module)",
|
2013-01-07 14:07:39 +01:00
|
|
|
"homepage": "http://silverstripe.org",
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"keywords": ["silverstripe", "fulltext", "pdf"],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "SilverStripe",
|
|
|
|
"homepage": "http://silverstripe.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "The SilverStripe Community",
|
|
|
|
"homepage": "http://silverstripe.org"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.2",
|
|
|
|
"composer/installers": "*",
|
2013-02-01 15:35:16 +01:00
|
|
|
"silverstripe/framework": "~3.0",
|
|
|
|
"guzzle/http": "*"
|
2013-01-07 14:07:39 +01:00
|
|
|
}
|
2013-03-13 23:59:40 +01:00
|
|
|
}
|