UNPKG

js-partial-is-array

Version:

A partial to check whether an object is an array.

60 lines (59 loc) 1.46 kB
{ "name": "js-partial-is-array", "version": "0.0.2", "description": "A partial to check whether an object is an array.", "main": "dist/js-partial-is-array.js", "license": "MIT", "homepage": "https://github.com/jsopenstd/js-partial-is-array#readme", "repository": { "type": "git", "url": "git://github.com/jsopenstd/js-partial-is-array.git" }, "bugs": { "url": "https://github.com/jsopenstd/js-partial-is-array/issues" }, "author": { "name": "Richard King", "email": "richrdkng@gmail.com", "url": "https://github.com/richrdkng" }, "scripts": { "g": "node --harmony `which gulp` --gulpfile scripts/gulp/main.js", "gulp": "npm run g", "build": "npm run g -- tasks/build", "test": "npm run g -- tasks/test", "ci": "npm run g -- tasks/ci" }, "dependencies": {}, "devDependencies": { "assert": "^1.3.0", "coveralls": "^2.11.9", "del": "^2.2.0", "gulp": "^3.9.1", "gulp-coveralls": "^0.1.4", "gulp-debug": "^2.1.2", "gulp-eslint": "^3.0.1", "gulp-header": "^1.8.8", "gulp-istanbul": "^1.0.0", "gulp-mocha": "^3.0.0", "gulp-rename": "^1.2.2", "gulp-sequence": "^0.4.5", "gulp-uglify": "^2.0.0", "merge2": "^1.0.2", "semver": "^5.3.0" }, "keywords": [ "js", "partial", "is", "array", "isarray", "is-array", "js-partial-is-array", "jsopenstd", "umd", "amd", "commonjs", "browser" ] }