File: bower.json

Recommend this page to a friend!
  Classes of Jonathan Gotti   l.js   bower.json   Download  
File: bower.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: l.js
Load CSS and JavaScript files in parallel
Author: By
Last change: Add License, bump version, change npm name
Date: 5 months ago
Size: 531 bytes
 

Contents

Class file image Download
{ "name": "l.js", "main": "l.js", "version": "0.2.2", "homepage": "http://malko.github.io/l.js/", "authors": [ "malko <jgotti@jgotti.org>", "ivanrey <ivan.rey@inpltda.com>" ], "description": "l.js is a 1kb simple/tiny javascript/css loader", "keywords": [ "loader", "tiny", "async" ], "license": "MIT", "repository": { "type": "git", "url": "git://github.com:malko/l.js.git" }, "ignore": [ "**/.*", "node_modules", "bower_components", "test", "tests" ] }