Login   Register  
PHP Classes
elePHPant
Icontem

File: composer.json

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Miguel Villaseñor  >  Autoload CSS and JavaScript  >  composer.json  >  Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Autoload CSS and JavaScript
Generate HTML to include JavaScript and CSS
Author: By
Last change:
Date: 2013-09-27 11:46
Size: 798 bytes
 

Contents

Class file image Download
{
    "name": "m1k3777/mk-autoload",
    "description": "Simple helper Class to autoload css an js files",
    "version": "1.0.0",
    "type": "library",
    "keywords": ["JS", "CSS", "Autoload"],
    "homepage": "https://github.com/m1k3777/mkAutoload",
    "time": "2013-09-27",
    "license": "MIT",
    "authors": [
        {
            "name": "Miguel Villaseño",
            "email": "m1k3777@gmail.com",
            "homepage": "http://www.mvillasenor.com",
            "role": "Developer"
        }
    ],
    "support": {
        "email": "m1k3777@gmail.com"
    },
    "autoload": {
        "psr-0": { "": "classes/" }
    },
  
    "repositories": [
        
        {
            "type": "vcs",
            "url": "https://github.com/m1k3777/mkAutoload"
        }
        
    ]
    
}