forked from CreateJS/PreloadJS
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 934 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 934 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
{
"name": "preloadjs",
"version": "1.0.0",
"description": "PreloadJS is a library to make working with asset preloading easier. It provides a consistent API for loading different file types, automatic detection of XHR (XMLHttpRequest) availability with a fallback to tag-base loading, composite progress events, and a plugin model to assist with preloading in other libraries such as [SoundJS](http://www.soundjs.com).",
"main": "index.js",
"directories": {
"doc": "docs",
"example": "examples",
"lib": "lib",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SpringRoll/PreloadJS.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SpringRoll/PreloadJS/issues"
},
"homepage": "https://github.com/SpringRoll/PreloadJS#readme"
}