UNPKG

array-extended

Version:

Additional array extensions with a chainable api

44 lines (43 loc) 1.05 kB
{ "name": "array-extended", "version": "0.0.11", "description": "Additional array extensions with a chainable api", "main": "index.js", "scripts": { "test": "it -r dot" }, "repository": { "type": "git", "url": "git:git@github.com:doug-martin/array-extended.git" }, "keywords": [ "Array", "extender", "utilities" ], "testling": { "files": "test/browserling.js", "browsers": [ "ie/8..latest", "chrome/20..latest", "firefox/14..latest", "safari/latest", "iphone/6", "ipad/6" ] }, "author": "Doug Martin", "license": "MIT", "dependencies": { "extended": "~0.0.3", "is-extended": "~0.0.3", "arguments-extended": "~0.0.3" }, "devDependencies": { "it": "~0.2.0", "grunt-contrib-uglify": "~0.2.0", "grunt": "~0.4.1", "grunt-contrib-jshint": "~0.4.3", "grunt-it": "~0.3.0" } }