-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 910 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"type": "module",
"name": "@MarketingPipeline/File-Loader.js",
"version": "1.0.0",
"description": "A JavaScript library for easily loading scripts & stylesheets to the DOM / a HTML page.",
"license": "MIT",
"main": "./dist/file-loader.min.js",
"author": {
"name": "MarketingPipeline",
"url": "https://github.com/MarketingPipeline"
},
"repository": {
"type": "git",
"url": "https://github.com/MarketingPipeline/File-Loader.js.git"
},
"keywords": [
"promise",
"async",
"UnhandledPromiseRejectionWarning",
"PromiseRejectionHandledWarning",
"load-files",
"file-loader",
"load-javascript",
"load-stylesheets",
"script-loader",
"css-loader",
"load-file",
"load-multiple-files",
"load-files-to-HTML",
"file-loader.js",
"load-js",
"load-css",
"js-loader",
"javascript-loader",
"client-side",
"browser",
"javascript"
]
}