forked from CreateJS/PreloadJS
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 731 Bytes
/
bower.json
File metadata and controls
35 lines (35 loc) · 731 Bytes
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
{
"name": "PreloadJS",
"version": "0.6.1",
"homepage": "https://github.com/CreateJS/PreloadJS",
"authors": [
"gskinner",
"lannymcnie",
"wdamien"
],
"description": "PreloadJS makes preloading assets & getting aggregate progress events easier in JavaScript. It uses XHR2 when available, and falls back to tag-based loading when not. Part of the CreateJS suite of libraries.",
"main": "lib/preloadjs-0.6.1.combined.js",
"keywords": [
"preload",
"xhr",
"createjs"
],
"license": "MIT",
"ignore": [
"**/.*",
"_assets",
"node_modules",
"bower_components",
".bower.json",
"build",
"docs",
"examples",
"extras",
"icon.png",
"LICENSE.txt",
"README.md",
"src",
"tests",
"VERSIONS.txt"
]
}