File: package.json

Recommend this page to a friend!
  Classes of Jonathan Gotti   l.js   package.json   Download  
File: package.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:
Date: 6 months ago
Size: 726 bytes
 

Contents

Class file image Download
{ "name": "@malko/l.js", "version": "0.2.2", "description": "another simple/tiny javascript/css loader", "files": [ "l.min.js" ], "main": "l.min.js", "scripts": { "build": "echo \"//https://github.com/malko/l.js v$npm_package_version MIT license ©Jonathan Gotti\" > l.min.js && uglifyjs l.js -m -c >> l.min.js && cat l.min.js | gzip > l.min.js.gz && ls -lh" }, "keywords": ["loader", "script", "css", "js", "load", "async", "dynamic import", "import", "require"], "author": "Jonathan Gotti <jgotti at jgotti dot org>", "contributors": [ "malko <jgotti at jgotti dot org>", "ivanrey <ivan.rey@inpltda.com>" ], "license": "MIT", "devDependencies": { "uglify-js": "^3.17.4" } }