{
  "name": "type-detect",
  "description": "Improved typeof detection for node.js and the browser.",
  "keywords": [
    "type",
    "typeof",
    "types"
  ],
  "license": "MIT",
  "author": "Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com)",
  "contributors": [
    "David Losert (https://github.com/davelosert)",
    "Keith Cirkel (https://github.com/keithamus)",
    "Miroslav Bajtoš (https://github.com/bajtos)"
  ],
  "files": [
    "index.js",
    "type-detect.js"
  ],
  "main": "./index.js",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/chaijs/type-detect.git"
  },
  "scripts": {
    "bench": "node bench",
    "build": "browserify --bare $npm_pakcage_main --standalone typeDetect -o type-detect.js",
    "commit-msg": "validate-commit-msg",
    "lint": "eslint --ignore-path .gitignore .",
    "prepublish": "npm run build",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post",
    "pretest": "npm run lint",
    "test": "npm run test:node && npm run test:browser && npm run upload-coverage",
    "test:browser": "karma start --singleRun=true",
    "test:node": "istanbul cover _mocha",
    "upload-coverage": "lcov-result-merger 'coverage/**/lcov.info' | coveralls; exit 0"
  },
  "eslintConfig": {
    "env": {
      "es6": true
    },
    "extends": [
      "strict/es5"
    ],
    "globals": {
      "HTMLElement": false
    },
    "rules": {
      "complexity": 0,
      "max-statements": 0
    }
  },
  "dependencies": {},
  "devDependencies": {
    "benchmark": "^2.1.0",
    "browserify": "^14.3.0",
    "browserify-istanbul": "^2.0.0",
    "coveralls": "2.13.0",
    "eslint": "^3.19.0",
    "eslint-config-strict": "^13.0.0",
    "eslint-plugin-filenames": "^1.1.0",
    "husky": "^0.13.3",
    "istanbul": "^0.4.2",
    "karma": "^1.1.2",
    "karma-browserify": "^5.0.2",
    "karma-coverage": "^1.0.0",
    "karma-mocha": "^1.0.1",
    "karma-phantomjs-launcher": "^1.0.0",
    "karma-sauce-launcher": "^1.0.0",
    "lcov-result-merger": "^1.2.0",
    "mocha": "^3.0.0",
    "phantomjs-prebuilt": "^2.1.5",
    "semantic-release": "^6.3.2",
    "simple-assert": "^1.0.0",
    "travis-after-all": "^1.4.4",
    "validate-commit-msg": "^2.3.1"
  },
  "engines": {
    "node": "*"
  },
  "version": "4.0.3"
}