PHP Classes

File: apps/codiad/composer.json

Recommend this page to a friend!
  Classes of Mark Richards   CliqonV4   apps/codiad/composer.json   Download  
File: apps/codiad/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CliqonV4
Framework with modules to build Web applications
Author: By
Last change:
Date: 6 years ago
Size: 1,181 bytes
 

Contents

Class file image Download
{ "name": "codiad/codiad", "type": "application", "keywords": ["ide","development","environment","editor"], "homepage": "http://www.codiad.com", "license": "MIT", "description": "Codiad is a web-based IDE framework with a small footprint and minimal requirements. The system is still early in development, and while it has been proven extremely stable please be sure have a backup system if you use it in any production work.", "authors": [ { "name": "Kent Safranski @fluidbyte", "email": "kent@fluidbyte.net" }, { "name": "@tholum" }, { "name": "@lorefnon" }, { "name": "@tablatronix" }, { "name": "@Flolagale" }, { "name": "@Verdier" }, { "name": "Danny Morabito @newsocialifecom", "email": "codiad@newsocialife.com" }, { "name": "@daeks" }, { "name": "@holblin" } ], "minimum-stability": "dev", "require": { "php": ">=5.2.0" }, "require-dev": { "phing/phing": "2.*", "squizlabs/php_codesniffer": "*" }, "extra": { "installer-paths": { "apps/{$name}": ["codiad/codiad"] } } }