filepaths-group
Version:
group arrays of file objects that have a .path property
40 lines (39 loc) • 861 B
JSON
{
"name": "filepaths-group",
"version": "0.0.1",
"description": "group arrays of file objects that have a .path property",
"main": "index.js",
"scripts": {
"test": "tape test.js",
"style": "./node_modules/.bin/standard --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/chiefbiiko/filepaths-group.git"
},
"keywords": [
"filepaths",
"files",
"directories",
"group"
],
"author": "Noah Anabiik Schwarz",
"license": "MIT",
"bugs": {
"url": "https://github.com/chiefbiiko/filepaths-group/issues"
},
"homepage": "https://github.com/chiefbiiko/filepaths-group",
"dependencies": {
"count-top-entries": "0.0.0",
"f-d-wishlist": "0.0.0"
},
"devDependencies": {
"standard": "^10.0.3",
"tape": "^4.8.0"
},
"standard": {
"ignore": [
"test.js"
]
}
}