summaryrefslogtreecommitdiff
path: root/node_modules/normalize-path/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/normalize-path/package.json')
-rw-r--r--node_modules/normalize-path/package.json29
1 files changed, 24 insertions, 5 deletions
diff --git a/node_modules/normalize-path/package.json b/node_modules/normalize-path/package.json
index 44dc39922..c16ef9d25 100644
--- a/node_modules/normalize-path/package.json
+++ b/node_modules/normalize-path/package.json
@@ -1,9 +1,13 @@
{
"name": "normalize-path",
- "description": "Normalize file path slashes to be unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes.",
- "version": "2.0.1",
+ "description": "Normalize file path slashes to be unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes unless disabled.",
+ "version": "2.1.1",
"homepage": "https://github.com/jonschlinkert/normalize-path",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
+ "contributors": [
+ "Blaine Bublitz <blaine.bublitz@gmail.com> (https://twitter.com/BlaineBublitz)",
+ "Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)"
+ ],
"repository": "jonschlinkert/normalize-path",
"bugs": {
"url": "https://github.com/jonschlinkert/normalize-path/issues"
@@ -19,8 +23,12 @@
"scripts": {
"test": "mocha"
},
+ "dependencies": {
+ "remove-trailing-separator": "^1.0.1"
+ },
"devDependencies": {
"benchmarked": "^0.1.1",
+ "gulp-format-md": "^0.1.11",
"minimist": "^1.2.0",
"mocha": "*"
},
@@ -43,17 +51,28 @@
"verb": {
"related": {
"list": [
- "rewrite-ext",
"contains-path",
"ends-with",
- "path-ends-with",
- "path-segments",
"is-absolute",
"is-relative",
"parse-filepath",
+ "path-ends-with",
+ "path-segments",
+ "rewrite-ext",
"unixify"
],
"description": "Other useful libraries for working with paths in node.js:"
+ },
+ "toc": false,
+ "layout": "default",
+ "tasks": [
+ "readme"
+ ],
+ "plugins": [
+ "gulp-format-md"
+ ],
+ "lint": {
+ "reflinks": true
}
}
}