blob: a93f15978012029daaf4f17a79077bc199dd9766 [file] [log] [blame]
{
"author": "Qix (http://github.com/qix-)",
"description": "Determines if an object can be used as an array",
"devDependencies": {
"coffee-script": "^1.9.3",
"coveralls": "^2.11.2",
"istanbul": "^0.3.17",
"mocha": "^2.2.5",
"should": "^7.0.1",
"xo": "^0.6.1"
},
"keywords": [
"is",
"array",
"duck",
"type",
"arrayish",
"similar",
"proto",
"prototype",
"type"
],
"license": "MIT",
"name": "is-arrayish",
"repository": {
"type": "git",
"url": "https://github.com/qix-/node-is-arrayish.git"
},
"scripts": {
"pretest": "xo",
"test": "mocha --compilers coffee:coffee-script/register"
},
"version": "0.2.1"
}