chuck.js/node_modules/node-static/package.json
2012-07-01 01:32:30 +02:00

43 lines
952 B
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",
"license": "MIT",
"dependencies": {},
"version": "0.6.0",
"engines": {
"node": ">= 0.4.1"
},
"_id": "node-static@0.6.0",
"devDependencies": {},
"optionalDependencies": {},
"_engineSupported": true,
"_npmVersion": "1.1.9",
"_nodeVersion": "v0.6.13",
"_defaultsLoaded": true,
"dist": {
"shasum": "25024f29b5177b69afdbde315fcebdf9563ce072"
},
"_from": "node-static@>= 0.6.0"
}