path-sort2
Version:
Sort a list of file/directory paths
27 lines (26 loc) • 509 B
JSON
{
"name": "path-sort2",
"version": "1.0.0",
"description": "Sort a list of file/directory paths",
"main": "index.js",
"author": "Hugh Kennedy <hughskennedy@gmail.com> (http://hughskennedy.com/)",
"license": "MIT",
"repository": "jamiebuilds/path-sort2",
"files": [
"index.js"
],
"keywords": [
"sort",
"path",
"file",
"directory",
"tree"
],
"scripts": {
"test": "ava test.js"
},
"devDependencies": {
"ava": "^0.25.0",
"flow-bin": "^0.73.0"
}
}