{
  "name": "type-name",
  "description": "Just a reasonable typeof",
  "version": "2.0.2",
  "author": {
    "name": "Takuto Wada",
    "email": "takuto.wada@gmail.com",
    "url": "https://github.com/twada"
  },
  "bugs": "https://github.com/twada/type-name/issues",
  "contributors": [
    {
      "name": "azu",
      "url": "https://github.com/azu"
    },
    {
      "name": "Yosuke Furukawa",
      "url": "https://github.com/yosuke-furukawa"
    },
    {
      "name": "Athan",
      "url": "https://github.com/kgryte"
    },
    {
      "name": "Andrew Moss",
      "url": "https://github.com/inversion"
    }
  ],
  "devDependencies": {
    "browserify": "^13.0.0",
    "derequire": "^2.0.3",
    "dereserve": "^1.0.0",
    "jshint": "~2.8.0",
    "licensify": "^3.1.0",
    "mocha": "^2.4.5",
    "woothee": "^1.3.0",
    "zuul": "^3.10.1"
  },
  "directories": {
    "test": "test/"
  },
  "files": [
    "index.js",
    "build/type-name.js"
  ],
  "homepage": "https://github.com/twada/type-name",
  "keywords": [
    "type",
    "typeof"
  ],
  "license": "MIT",
  "main": "./index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/twada/type-name.git"
  },
  "scripts": {
    "build": "mkdir -p build && browserify index.js --plugin licensify --standalone typeName | dereserve | derequire > ./build/type-name.js",
    "lint": "jshint index.js",
    "preversion": "npm test",
    "test": "npm run lint && mocha && npm run test-es6",
    "test-es6": "./test/travis_es6.sh",
    "test-saucelabs": "zuul -- test/*.js",
    "version": "npm run build && git add -A build"
  },
  "_from": "type-name@2.0.2",
  "_resolved": "http://registry.npm.taobao.org/type-name/download/type-name-2.0.2.tgz"
}