decentralized-internet
Version:
An NPM library of programs to create decentralized web and distributed computing projects
24 lines (23 loc) • 497 B
JSON
{
"name": "clusterpost-fs",
"version": "1.0.3",
"description": "Serves a local filesystem using a route ",
"main": "index.js",
"scripts": {
"test": "lab -v test.js",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"keywords": [
"Filesystem",
"clusterpost"
],
"author": "juanprietob@gmail.com",
"license": "Apache-2.0",
"dependencies": {
"boom": "^7.0.0",
"underscore": "^1.12.1",
"snyk": "^1.1064.0"
},
"snyk": true
}