{
  "name": "@typed/is-array-like",
  "version": "1.0.0",
  "description": "Well-typed isArrayLike implementation",
  "main": "lib/index.js",
  "scripts": {
    "test:lint": "northbrook tslint",
    "test:unit": "northbrook mocha",
    "test": "npm run test:lint && npm run test:unit",
    "commit": "northbrook commit",
    "build": "northbrook tsc",
    "preversion": "npm run build",
    "release": "northbrook release"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TylorS/typed-is-array-like.git"
  },
  "keywords": [
    "typescript",
    "isArrayLike"
  ],
  "author": "Tylor Steinberger <tlsteinberger167@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/TylorS/typed-is-array-like/issues"
  },
  "homepage": "https://github.com/TylorS/typed-is-array-like#readme",
  "jsnext:main": "lib.es2015/index.js",
  "module": "lib.es2015/index.js",
  "typings": "lib.es2015/index.d.ts",
  "devDependencies": {
    "@motorcycle/tslint": "^1.3.0",
    "@northbrook/mocha": "^3.1.0",
    "@northbrook/tsc": "^1.0.4",
    "@northbrook/tslint": "^2.1.4",
    "@types/mocha": "^2.2.37",
    "@types/node": "^6.0.59",
    "mocha": "^3.2.0",
    "northbrook": "^4.3.5",
    "tslint": "^4.3.1",
    "typescript": "^2.1.4"
  }
}
