UNPKG

node-path-extras

Version:

extra utilities for `path` module of nodejs

23 lines (22 loc) 425 B
{ "name": "node-path-extras", "version": "0.4.1", "keywords": [ "path", "extras" ], "author": "luckydrq", "email": "drqzju@gmail.com", "repository": { "type": "git", "url": "git@github.com:luckydrq/node-path-extras.git" }, "scripts": { "test": "mocha test/test.js", "contributors": "contributors" }, "devDependencies": { "contributors": "~0.5.0", "mocha": "^2.2.5" } }