UNPKG

file-browser

Version:

file-browser is a utility to browse files on your file system using your browser. Its equivalent of creating a file share that can be accessed over http

37 lines (36 loc) 880 B
{ "name": "file-browser", "author": "Sumit Chawla", "version": "0.0.5", "description": "file-browser is a utility to browse files on your file system using your browser. Its equivalent of creating a file share that can be accessed over http", "keywords": [ "filebrowser", "file browser", "file share", "fileshare" ], "bin": { "file-browser": "./index.js" }, "homepage": "https://github.com/sumitchawla/file-browser", "repository": { "type": "git", "url": "https://github.com/sumitchawla/file-browser.git" }, "dependencies": { "express": "~4.4", "lodash" : "~2.4", "commander" : "~2.3" }, "devDependencies": { "mocha": "1.20.1" }, "main": "file-browser", "bugs": { "url": "https://github.com/sumitchawla/file-browser/issues" }, "scripts": { "test": "mocha test.js" }, "license": "MIT" }