-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 870 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
40
41
42
{
"name": "condiloader",
"version": "1.0.0",
"description": "Asynchronous conditional loader library for JavaScript and CSS files",
"main": "condi_loader.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/XXXXPro/CondiLoader.git"
},
"keywords": [
"async",
"asyncronous",
"loader",
"conditional",
"loader",
"css",
"loader",
"javascript",
"loader",
"js",
"loader",
"load",
"library"
],
"author": {
"name" : "4X_Pro",
"email" : "[email protected]",
"url" : "http://4xpro.ru/"
},
"files": [
"*.js"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/XXXXPro/CondiLoader/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/XXXXPro/CondiLoader#readme"
}