forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
49
Kha/Tools/khamake/node_modules/node-static/package.json
generated
vendored
Normal file
49
Kha/Tools/khamake/node_modules/node-static/package.json
generated
vendored
Normal file
@ -0,0 +1,49 @@
|
||||
{
|
||||
"name": "node-static",
|
||||
"description": "simple, compliant file streaming module for node",
|
||||
"url": "http://github.com/cloudhead/node-static",
|
||||
"keywords": [
|
||||
"http",
|
||||
"static",
|
||||
"file",
|
||||
"server"
|
||||
],
|
||||
"author": "Alexis Sellier <alexis@cloudhead.io>",
|
||||
"contributors": [
|
||||
"Pablo Cantero <pablo@pablocantero.com>",
|
||||
"Ionică Bizău <bizauionica@gmail.com>"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "http://github.com/cloudhead/node-static"
|
||||
},
|
||||
"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",
|
||||
"mime": "^1.2.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"request": "latest",
|
||||
"vows": "latest"
|
||||
},
|
||||
"version": "0.7.10",
|
||||
"engines": {
|
||||
"node": ">= 0.4.1"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/cloudhead/node-static/issues"
|
||||
},
|
||||
"homepage": "https://github.com/cloudhead/node-static",
|
||||
"directories": {
|
||||
"example": "examples",
|
||||
"test": "test"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user