diff options
Diffstat (limited to 'node_modules/array-slice/package.json')
| -rw-r--r-- | node_modules/array-slice/package.json | 43 |
1 files changed, 16 insertions, 27 deletions
diff --git a/node_modules/array-slice/package.json b/node_modules/array-slice/package.json index 612f601fb..cc5fc02a9 100644 --- a/node_modules/array-slice/package.json +++ b/node_modules/array-slice/package.json @@ -1,14 +1,23 @@ { "name": "array-slice", "description": "Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.", - "version": "1.0.0", + "version": "0.2.3", "homepage": "https://github.com/jonschlinkert/array-slice", - "author": "Jon Schlinkert (https://github.com/jonschlinkert)", - "repository": "jonschlinkert/array-slice", + "author": { + "name": "Jon Schlinkert", + "url": "https://github.com/jonschlinkert" + }, + "repository": { + "type": "git", + "url": "git://github.com/jonschlinkert/array-slice.git" + }, "bugs": { "url": "https://github.com/jonschlinkert/array-slice/issues" }, - "license": "MIT", + "license": { + "type": "MIT", + "url": "https://github.com/jonschlinkert/array-slice/blob/master/LICENSE" + }, "files": [ "index.js" ], @@ -20,8 +29,8 @@ "test": "mocha" }, "devDependencies": { - "gulp-format-md": "^0.1.11", - "mocha": "^3.2.0" + "mocha": "*", + "should": "^5.2.0" }, "keywords": [ "array", @@ -30,25 +39,5 @@ "slice", "util", "utils" - ], - "verb": { - "toc": false, - "layout": "default", - "tasks": [ - "readme" - ], - "plugins": [ - "gulp-format-md" - ], - "related": { - "list": [ - "arr-flatten", - "array-unique", - "array-xor" - ] - }, - "lint": { - "reflinks": true - } - } + ] } |
