blueimp-file-upload
Version:
File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Eng
60 lines (59 loc) • 1.24 kB
JSON
{
"name": "node-static",
"description": "simple, compliant file streaming module for node",
"url": "http://github.com/cloudhead/node-static",
"keywords": [
"http",
"static",
"file",
"server"
],
"author": {
"name": "Alexis Sellier",
"email": "self@cloudhead.net"
},
"contributors": [
{
"name": "Pablo Cantero",
"email": "pablo@pablocantero.com"
}
],
"repository": {
"type": "git",
"url": "git://github.com/cloudhead/node-static.git"
},
"main": "./lib/node-static",
"scripts": {
"test": "vows --spec --isolate"
},
"bin": {
"static": "bin/cli.js"
},
"license": "MIT",
"dependencies": {
"optimist": ">=0.3.4",
"colors": ">=0.6.0"
},
"devDependencies": {
"request": "latest",
"vows": "latest"
},
"version": "0.6.2",
"engines": {
"node": ">= 0.4.1"
},
"_npmUser": {
"name": "blueimp",
"email": "sebastian.tschan@gmail.com"
},
"_id": "node-static@0.6.2",
"optionalDependencies": {},
"_engineSupported": true,
"_npmVersion": "1.1.21",
"_nodeVersion": "v0.8.4",
"_defaultsLoaded": true,
"dist": {
"shasum": "bfb1afc3d6c1e72c3b1228ee7efdb0838e752028"
},
"_from": "node-static@>=0.5.9"
}