{
  "name": "make-array",
  "version": "1.0.5",
  "description": "Creates a real Array from almost anything.",
  "main": "index.js",
  "scripts": {
    "test": "sh test.sh"
  },
  "files": [
    "index.js"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/kaelzhang/make-array.git"
  },
  "keywords": [
    "make-array",
    "to-array",
    "makearray",
    "toarray",
    "array",
    "iterate"
  ],
  "engines": {
    "node": ">=0.10.0"
  },
  "author": "kael",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kaelzhang/make-array/issues"
  },
  "devDependencies": {
    "chai": "*",
    "mocha": "*"
  },
  "cortex": {
    "devDependencies": {
      "chai": "*"
    }
  }
}
