├── README ├── Nino.php ├── fngnino.js └── composer.json /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outlandishideas/fng-nino-tools/master/README -------------------------------------------------------------------------------- /Nino.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outlandishideas/fng-nino-tools/master/Nino.php -------------------------------------------------------------------------------- /fngnino.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outlandishideas/fng-nino-tools/master/fngnino.js -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "outlandishideas/fng-nino-tools", 3 | "version": "1.0.0", 4 | "description": "Forked from corbanworks/fng-nino-tools, to add composer support", 5 | "autoload": { 6 | "psr-4": { 7 | "Outlandish\\Fng\\": "" 8 | } 9 | } 10 | } 11 | --------------------------------------------------------------------------------