preload
Version:
Load images, scripts and CSS with XHR progress events where supported
33 lines (32 loc) • 713 B
JSON
{
"name": "preload",
"description": "Load images, scripts and CSS with XHR progress events where supported",
"version": "0.1.0",
"main": "index.js",
"browser": "index.js",
"dependencies": {
"once": "~1.2.0",
"inherits": "~2.0.1",
"insert-css": "0.0.0",
"xhr": "~1.2.3"
},
"devDependencies": {},
"scripts": {},
"author": "Hugh Kennedy <hughskennedy@gmail.com> (http://github.com/hughsk)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/hughsk/preload"
},
"bugs": {
"url": "https://github.com/hughsk/preload/issues"
},
"keywords": [
"browserify",
"preload",
"images",
"css",
"javascript",
"assets"
]
}