We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e15779 commit a0d1bceCopy full SHA for a0d1bce
package.json
@@ -0,0 +1,16 @@
1
+{
2
+ "type": "module",
3
+ "name": "@MarketingPipeline/File-Loader.js",
4
+ "version": "1.0.0",
5
+ "description": "A JavaScript library for easily loading scripts & stylesheets to the DOM / a HTML page.",
6
+ "license": "MIT",
7
+ "main": "./dist/file-loader.min.js",
8
+ "author": {
9
+ "name": "MarketingPipeline",
10
+ "url": "https://github.com/MarketingPipeline"
11
+ },
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "https://github.com/MarketingPipeline/File-Loader.js.git"
15
+ }
16
+}
0 commit comments