From 224dc2c52d4af04a60ef8434e2fa6007e07d28a7 Mon Sep 17 00:00:00 2001 From: Dave Furfero Date: Thu, 11 Aug 2016 17:36:54 -0700 Subject: [PATCH] added package.json --- package.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 00000000..26a264eb --- /dev/null +++ b/package.json @@ -0,0 +1,27 @@ +{ + "name": "PreloadJS", + "version": "0.6.2", + "homepage": "https://github.com/CreateJS/PreloadJS", + "author": "gskinner", + "contributors": [ + "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.2.combined.js", + "repository": { + "type": "git", + "url": "https://github.com/CreateJS/PreloadJS" + }, + "bugs": { + "url": "https://github.com/CreateJS/PreloadJS/issues" + }, + "keywords": [ + "preload", + "xhr", + "createjs" + ], + "dependencies": {}, + "license": "MIT" +}