UNPKG

koop-localfs

Version:
36 lines (35 loc) 838 B
{ "name": "koop-localfs", "version": "1.1.2", "description": "A local filesystem plugin for koop", "main": "index.js", "scripts": { "test": "standard src && tape test/**/*.js | tap-spec" }, "repository": { "type": "git", "url": "git+https://github.com/koopjs/koop-filesystem-local.git" }, "keywords": [ "koop", "filesystem", "local" ], "author": "Daniel Fenton <dfenton@esri.com>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/koopjs/koop-filesystem-local/issues" }, "homepage": "https://github.com/koopjs/koop-filesystem-local#readme", "devDependencies": { "standard": "^10.0.3", "tap-spec": "^4.1.1", "tape": "^4.5.1" }, "dependencies": { "config": "^1.20.1", "highland": "^2.7.4", "mkdirp": "^0.5.1", "rimraf": "^2.5.2" } }