You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
658 B
29 lines
658 B
{
|
|
"name": "fakeLoader",
|
|
"version": "1.1.0",
|
|
"main": [
|
|
"fakeLoader.js",
|
|
"fakeLoader.css"
|
|
],
|
|
"authors": [
|
|
"Joao Pereira <joaopereirawd@gmail.com>"
|
|
],
|
|
"description": "fakeLoader.js is a lightweight jQuery plugin that helps you create an animated spinner with a fullscreen loading mask to simulate the page preloading effect.",
|
|
"keywords": [
|
|
"page preloading",
|
|
"fullscreen preloading",
|
|
"spinner",
|
|
"fullscreen spinner"
|
|
],
|
|
"license": "MIT",
|
|
"homepage": "http://joaopereirawd.github.io/fakeLoader.js",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests",
|
|
"Demo"
|
|
]
|
|
}
|