<?php
/**
* @package view_json
*
* Okapi View Extension for showing DOMData as JSON. Includes a helper and a view class
*
* @see http://pecl.php.net/package/json JSON package
* @see http://www.ibm.com/developerworks/xml/library/x-xml2jsonphp/ JSON helper
* @see http://www.json.org/ JSON introduction
*/
return array(
'name' => 'view-json',
'author' => 'Marc Ammann et al.',
'maintainer' => Array('Marc Ammann'),
'version' => '1.0.0',
'okapi' => '1.0.x',
'description' => 'Okapi View Extension for showing data as JSON.',
);