summaryrefslogtreecommitdiff
path: root/node_modules/randomatic/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/randomatic/package.json')
-rw-r--r--node_modules/randomatic/package.json27
1 files changed, 22 insertions, 5 deletions
diff --git a/node_modules/randomatic/package.json b/node_modules/randomatic/package.json
index 24872b11b..17d4d3409 100644
--- a/node_modules/randomatic/package.json
+++ b/node_modules/randomatic/package.json
@@ -1,7 +1,7 @@
{
"name": "randomatic",
"description": "Generate randomized strings of a specified length, fast. Only the length is necessary, but you can optionally generate patterns using any combination of numeric, alpha-numeric, alphabetical, special or custom characters.",
- "version": "1.1.5",
+ "version": "1.1.6",
"homepage": "https://github.com/jonschlinkert/randomatic",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/randomatic",
@@ -13,6 +13,9 @@
"index.js"
],
"main": "index.js",
+ "engines": {
+ "node": ">= 0.10.0"
+ },
"scripts": {
"test": "mocha"
},
@@ -24,6 +27,7 @@
"ansi-bold": "^0.1.1",
"benchmarked": "^0.1.4",
"glob": "^5.0.15",
+ "gulp-format-md": "^0.1.11",
"mocha": "*",
"should": "*"
},
@@ -36,19 +40,32 @@
"numeric",
"rand",
"random",
+ "randomatic",
"randomize",
"randomized"
],
"verb": {
+ "toc": false,
+ "layout": "default",
+ "tasks": [
+ "readme"
+ ],
+ "plugins": [
+ "gulp-format-md"
+ ],
"related": {
"list": [
- "repeat-string",
"pad-left",
- "pad-right"
+ "pad-right",
+ "repeat-string"
]
},
- "plugins": [
- "gulp-format-md"
+ "lint": {
+ "reflinks": true
+ },
+ "reflinks": [
+ "verb",
+ "verb-generate-readme"
]
}
}