UNPKG

xcraft-contrib-chest

Version:

Xcraft 'chest' file server

48 lines (47 loc) 1.04 kB
{ "name": "xcraft-contrib-chest", "version": "0.2.1", "description": "Xcraft 'chest' file server", "main": "chest.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "xcraft", "fileserver", "upload", "chest" ], "repository": { "type": "file", "url": "lib/xcraft-contrib-chest" }, "config": { "xcraft": { "commands": true } }, "dependencies": { "express": "^4.13.1", "progress": "^1.1.8", "progress-stream": "^1.1.1", "request": "^2.60.0", "socket.io": "^1.3.6", "socket.io-client": "^1.3.6", "xcraft-core-etc": "^3.0.0", "xcraft-core-fs": "^2.1.0", "xcraft-core-log": "^2.0.0" }, "author": "Epsitec SA", "contributors": [ "Mathieu Schroeter <schroeter@epsitec.ch>", "Samuel Loup <loup@epsitec.ch>" ], "license": "MIT", "devDependencies": { "prettier": "2.0.4", "xcraft-dev-prettier": "^2.0.0", "xcraft-dev-rules": "^4.1.0" }, "prettier": "xcraft-dev-prettier" }