UNPKG

phylo

Version:
47 lines (46 loc) 1.17 kB
{ "name": "phylo", "version": "1.0.0-rc.4", "description": "File operations class", "main": "File.js", "repository": { "type": "git", "url": "git+https://github.com/dongryphon/phylo.git" }, "keywords": [ "file", "fs", "glob", "path" ], "author": "dongryphon (Don Griffin)", "license": "MIT", "bugs": { "url": "https://github.com/dongryphon/phylo/issues" }, "homepage": "https://github.com/dongryphon/phylo#readme", "dependencies": { "json5": "^0.5.1", "mkdirp": "^0.5.1", "rimraf": "^2.6.2", "tmp": "0.0.33", "which": "^1.3.0" }, "peerDependencies": { "fswin": "^2.16.1102" }, "devDependencies": { "assertly": "^1.0.2", "coveralls": "^3.0.0", "mocha": "^4.0.1", "nyc": "^11.3.0" }, "engines": { "node": ">=8.9.0" }, "scripts": { "debug": "devtool node_modules/mocha/bin/_mocha -qc -- ./test/specs/**/*.js", "test": "nyc mocha ./test/specs/**/*.js", "coverage": "nyc report --reporter=text-lcov | coveralls" } }