package.json
1 { 2 "name": "is-arrayish", 3 "description": "Determines if an object can be used as an array", 4 "version": "0.2.1", 5 "author": "Qix (http://github.com/qix-)", 6 "keywords": [ 7 "is", 8 "array", 9 "duck", 10 "type", 11 "arrayish", 12 "similar", 13 "proto", 14 "prototype", 15 "type" 16 ], 17 "license": "MIT", 18 "scripts": { 19 "pretest": "xo", 20 "test": "mocha --compilers coffee:coffee-script/register" 21 }, 22 "repository": { 23 "type": "git", 24 "url": "https://github.com/qix-/node-is-arrayish.git" 25 }, 26 "devDependencies": { 27 "coffee-script": "^1.9.3", 28 "coveralls": "^2.11.2", 29 "istanbul": "^0.3.17", 30 "mocha": "^2.2.5", 31 "should": "^7.0.1", 32 "xo": "^0.6.1" 33 } 34 }