UNPKG

x-path

Version:

An extention for native node path module.

49 lines (48 loc) 1.16 kB
{ "name": "x-path", "description": "An extention for native node path module.", "version": "0.0.2", "homepage": "https://github.com/node-x-extras/x-path", "bugs": "https://github.com/node-x-extras/x-path/issues", "license": "MIT", "main": "src/x-path.js", "author": { "name": "Node X Extras", "email": "qiuzhongleiabc@126.com" }, "repository": { "type": "git", "url": "https://github.com/node-x-extras/x-path" }, "keywords": [ "x-path", "path-extras", "path-extra", "path", "extra", "extend", "npm-path", "path-extend" ], "dependencies": { "path-extra": "^1.0.2" }, "devDependencies": { "gulp": "^3.8.8", "gulp-util": "^3.0.1", "gulp-bump": "^0.1.11", "gulp-jscs": "^1.1.2", "gulp-jshint": "^1.8.4", "gulp-mocha": "^1.1.0", "gulp-istanbul": "^0.5.0", "coveralls": "^2.11.1", "should": "^4.0.4", "jshint-stylish": "^0.4.0", "gulp-load-plugins": "^0.6.0", "gulp-plumber": "^0.6.5" }, "scripts": { "coveralls": "gulp test && cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js", "test": "gulp test" } }