UNPKG

metalsmith-move-remove

Version:

A Metalsmith.io plugin that moves and removes files in the directory strucuture

40 lines (39 loc) 1.34 kB
{ "name": "metalsmith-move-remove", "version": "0.0.1", "description": "A Metalsmith.io plugin that moves and removes files in the directory strucuture", "main": "lib/index.js", "scripts": { "test": "npm install && npm run lint && npm run test-unit-ci && npm run coverage", "test-unit": "NODE_ENV=TEST istanbul cover --include-all-sources true -x \"_scripts/**/*\" -x \"web/**/*\" ./node_modules/mocha/bin/_mocha ./tests/unit -- --recursive", "coverage": "istanbul check-coverage --statement 100 --branches 100 --functions 100 --lines 100", "lint": "eslint --max-warnings 0 src", "q": "npm run lint && npm run test-unit && npm run coverage" }, "repository": { "type": "git", "url": "https://github.com/carlnordenfelt/metalsmith-move-remove" }, "keywords": [ "Metalsmith.io", "Move", "Remove", "Delete" ], "author": "Carl Nordenfelt", "license": "MIT", "issues": { "url": "https://github.com/carlnordenfelt/metalsmith-move-remove/issues" }, "homepage": "https://github.com/carlnordenfelt/metalsmith-move-remove", "devDependencies": { "chai": "^3.5.0", "eslint": "1.10.1", "eslint-config-defaults": "7.1.1", "eslint-plugin-filenames": "0.2.0", "istanbul": "^0.4.5", "mocha": "^3.0.2", "mockery": "^1.7.0", "sinon": "^1.17.5" } }