{
  "name": "array-from",
  "version": "2.1.1",
  "description": "A ponyfill for the ES 2015 (ES6) `Array.from()`.",
  "dependencies": {},
  "devDependencies": {
    "1-liners": "0.2.2",
    "core-js": "^1.0.0",
    "coveralls": "2.11.2",
    "istanbul": "0.3.14",
    "jshint": "2.7.0",
    "lodash.isnative": "^3.0.4",
    "nodangel": "1.3.8",
    "tap-spec": "2.2.2",
    "tape": "4.2.2",
    "tape-catch": "1.0.4"
  },
  "files": [
    "/*.js",
    "/Readme.md",
    "/License.md"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git@github.com:studio-b12/array-from.git"
  }
}