{
  "name": "is-value",
  "version": "1.0.1",
  "description": "Check if a value exists.",
  "main": "index.js",
  "files": [
    "LICENSE",
    "README.md",
    "index.js"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/gummesson/is-value.git"
  },
  "keywords": [
    "value",
    "values"
  ],
  "author": "Ellen Gummesson",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gummesson/is-value/issues"
  },
  "homepage": "https://github.com/gummesson/is-value",
  "dependencies": {},
  "devDependencies": {
    "browserify": "^11.1.0",
    "covert": "^1.1.0",
    "smokestack": "^3.3.1",
    "tap-closer": "^1.0.0",
    "tape": "^4.2.0"
  },
  "scripts": {
    "test": "node test.js",
    "test:browser": "browserify test.js | tap-closer | smokestack",
    "test:cover": "covert test.js"
  }
}
