control-freak-ide/server/nodejs/back/lib/hook.io-vfs/package.json
plastic-hub-dev-node-saturn 538369cff7 latest
2021-05-12 18:35:18 +02:00

28 lines
736 B
JSON

{
"name": "hook.io-vfs",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "tape tests/*.js",
"start": "node bin/vfs-server.js"
},
"author": "Marak Squires <marak.squires@gmail.com",
"license": "MIT",
"description": "module that powers the hook.io platform's cloud based virtual filesystem",
"repository": {
"type": "git",
"url": "http://github.com/bigcompany/hook.io-vfs.git"
},
"dependencies": {
"colors": "^1.1.2",
"parse-service-request": "^1.0.2",
"pkgcloud": "^1.3.0",
"resource-http": "^0.9.4",
"ssh2": "^0.5.0",
"stream-buffers": "^3.0.0",
"through2": "^2.0.1",
"view": "^1.0.0",
"vinyl": "https://github.com/marak/vinyl/tarball/master"
}
}