mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
Set up new module structure
This commit is contained in:
parent
5f5178d2e8
commit
2e864f5293
534 changed files with 235854 additions and 1 deletions
43
node_modules/node-static/package.json
generated
vendored
Normal file
43
node_modules/node-static/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue