UNPKG

async-asset

Version:

async loading of stylesheet and javascript files

38 lines (37 loc) 754 B
{ "name": "async-asset", "version": "0.0.5", "description": "async loading of stylesheet and javascript files", "main": "index.js", "scripts": { "test": "illuminati --phantom" }, "repository": { "type": "git", "url": "https://github.com/bigpipe/async-asset" }, "keywords": [ "async", "asset", "loading", "require", "css", "stylesheet", "javascript", "loader", "inject" ], "author": "Arnout Kazemier", "license": "MIT", "bugs": { "url": "https://github.com/bigpipe/async-asset/issues" }, "homepage": "https://github.com/bigpipe/async-asset", "devDependencies": { "illuminati": "0.0.x" }, "dependencies": { "async-script": "0.0.x", "floppy": "1.0.x" } }