{
  "name": "is-zero",
  "description": "is ±0 ?",
  "version": "1.0.0",
  "author": "Nao Yonamine <mohayonao@gmail.com>",
  "bugs": {
    "url": "https://github.com/mohayonao/is-zero/issues"
  },
  "devDependencies": {
    "mocha": "^2.5.3"
  },
  "files": [
    "package.json",
    "README.md",
    "index.js"
  ],
  "license": "MIT",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/mohayonao/is-zero.git"
  },
  "scripts": {
    "test": "mocha --reporter spec",
    "travis": "npm run test"
  }
}
