UNPKG

@degjs/module-loader

Version:

Asynchronously load JavaScript modules via an HTML attribute.

47 lines (46 loc) 1.21 kB
{ "name": "@degjs/module-loader", "version": "5.1.0", "description": "Asynchronously load JavaScript modules via an HTML attribute.", "keywords": [ "DEGJS" ], "author": { "name": "Ryan Heap", "email": "rheap@degdigital.com" }, "contributors": [ { "name": "Aaron Ladage", "email": "aladage@degdigital.com", "url": "http://aaronladage.com" } ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/DEGJS/moduleLoader.git" }, "bugs": "https://github.com/DEGJS/moduleLoader/issues", "files": [ "src" ], "main": "src/moduleLoader.js", "publishConfig": { "access": "public" }, "devDependencies": { "@babel/core": "^7.1.0", "@babel/plugin-syntax-dynamic-import": "^7.0.0", "@babel/preset-env": "^7.1.0", "@babel/register": "^7.0.0", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^23.6.0", "babel-plugin-dynamic-import-node-babel-7": "^2.0.7", "jest": "^23.6.0" }, "scripts": { "test": "jest" }, "dependencies": {} }