fileclerk
Version:
File and Folder Collation for Node.js. Sort. Separate. Organize.
58 lines (57 loc) • 1.55 kB
JSON
{
"name": "fileclerk",
"version": "1.2.1",
"description": "File and Folder Collation for Node.js. Sort. Separate. Organize.",
"main": "index.js",
"scripts": {
"ci-test": "npm run coverage && npm run lint && ./node_modules/.bin/codecov",
"coverage": "nyc --reporter=lcov npm test",
"test": "./node_modules/.bin/mocha ./test --recursive",
"start": "node index.js",
"lint": "./node_modules/.bin/eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/boatmeme/fileclerk.git"
},
"keywords": [
"media",
"filing",
"collation",
"file",
"file-system",
"directory",
"sorting"
],
"author": "Jonathan Griggs <jonathan.griggs@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/boatmeme/fileclerk/issues"
},
"homepage": "https://github.com/boatmeme/fileclerk#readme",
"devDependencies": {
"codecov": "^3.0.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.10.0",
"mocha": "^5.0.5",
"nyc": "^11.6.0",
"should": "^13.2.1"
},
"dependencies": {
"fs-extra": "^5.0.0",
"lodash.compact": "^3.0.1",
"lodash.every": "^4.6.0",
"lodash.flatten": "^4.4.0",
"lodash.groupby": "^4.6.0",
"lodash.isempty": "^4.4.0",
"lodash.isfunction": "^3.0.9",
"lodash.isregexp": "^4.0.1",
"lodash.orderby": "^4.6.0",
"lodash.some": "^4.6.0",
"moment": "^2.22.0",
"moment-timezone": "^0.5.14",
"prolly": "^0.3.0",
"uuid": "^3.2.1"
}
}