ifs
Version:
an instant file server that you can run anywhere from the command line
37 lines • 1.3 kB
JSON
{
"name": "ifs"
, "description":"an instant file server that you can run anywhere from the command line"
, "version": "0.1.11"
, "dependencies" : {
"argparse" : "~0.1.15",
"mmmagic" : "0.3.3",
"wrench" : "1.5.1",
"formidable" : "1.0.14"
}
, "devDependencies": {
"mocha" : "1.12.0",
"superagent" : "0.15.4",
"should" : "1.2.2"
}
, "author": "Aaron Stannard <aaron@aaronstannard.com>"
,"repository": {
"type": "git",
"url": "https://github.com/Aaronontheweb/instant-fileserver.git"
}
, "license": "MIT"
, "homepage": "https://github.com/Aaronontheweb/instant-fileserver"
, "bin":
{
"ifs":"./bin/ifs"
}
, "main":"./lib/app.js"
, "preferGlobal": "true"
, "engines": {
"node": ">= 0.6.15"
}
, "scripts":
{
"start": "node ./bin/ifs"
}
, "keywords": ["server", "instant", "files", "fileserver", "file server", "ifs"]
}