-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 KB
/
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
43
{
"name": "jquery.skeleton.loader",
"version": "1.2",
"description": "Lo scheletrone is a a jQuery plugin to make screen skeleton loader....magically!",
"main": "dist/jquery.scheletrone.js",
"files": [
"dist/*.js",
"dist/*.css",
"dist/example/*.*",
"README.*",
"LICENSE.*",
"CHANGELOG.*",
"CONTRIBUTING.*"
],
"directories": {},
"dependencies": {
"jquery": ">=3.5.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/enbifa/jquery.skeleton.loader.git"
},
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"loader",
"skeleton",
"skeleton screens"
],
"author": {
"name": "Vincenzo Bifano",
"email": "enbifaforfun@gmail.com"
},
"copyright": "2017 Vincenzo Bifano",
"license": "MIT",
"bugs": {
"url": "https://github.com/enbifa/jquery.skeleton.loader/issues"
},
"homepage": "https://github.com/enbifa/jquery.skeleton.loader#readme"
}