summaryrefslogtreecommitdiff
path: root/node_modules/is-unc-path/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/is-unc-path/package.json')
-rw-r--r--node_modules/is-unc-path/package.json39
1 files changed, 34 insertions, 5 deletions
diff --git a/node_modules/is-unc-path/package.json b/node_modules/is-unc-path/package.json
index 6d0984a65..99985b2bf 100644
--- a/node_modules/is-unc-path/package.json
+++ b/node_modules/is-unc-path/package.json
@@ -1,7 +1,7 @@
{
"name": "is-unc-path",
"description": "Returns true if a filepath is a windows UNC file path.",
- "version": "0.1.1",
+ "version": "0.1.2",
"homepage": "https://github.com/jonschlinkert/is-unc-path",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/is-unc-path",
@@ -19,15 +19,19 @@
"scripts": {
"test": "mocha"
},
+ "dependencies": {
+ "unc-path-regex": "^0.1.0"
+ },
"devDependencies": {
- "mocha": "*",
- "should": "*"
+ "gulp-format-md": "^0.1.11",
+ "mocha": "*"
},
"keywords": [
"absolute",
"expression",
"file",
"filepath",
+ "is",
"match",
"matching",
"path",
@@ -38,7 +42,32 @@
"win",
"windows"
],
- "dependencies": {
- "unc-path-regex": "^0.1.0"
+ "verb": {
+ "related": {
+ "list": [
+ "dirname-regex",
+ "dotdir-regex",
+ "dotfile-regex",
+ "is-glob",
+ "is-unc-path",
+ "path-regex",
+ "unc-path-regex"
+ ]
+ },
+ "toc": false,
+ "layout": "default",
+ "tasks": [
+ "readme"
+ ],
+ "plugins": [
+ "gulp-format-md"
+ ],
+ "lint": {
+ "reflinks": true
+ },
+ "reflinks": [
+ "verb",
+ "verb-generate-readme"
+ ]
}
}