{
  "name": "default-val",
  "version": "0.1.5",
  "description": "Get a default value when a value is nullish or invalid type",
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "scripts": {
    "lint": "eslint .",
    "test": "mocha",
    "coverage": "istanbul cover _mocha",
    "coveralls": "istanbul cover _mocha && istanbul-coveralls",
    "web:install": "npm i phantomjs-prebuilt mocha-phantomjs",
    "web:build": "browserify index.js --standalone defaultValue | uglifyjs --compress --mangle -o web/default-value.js && node test/web/make.js",
    "web:test": "mocha-phantomjs -p node_modules/.bin/phantomjs test/web/default-value.test.html"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sttk/default-value.git"
  },
  "keywords": [
    "default",
    "value",
    "type",
    "check"
  ],
  "author": "Takayuki Sato",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sttk/default-value/issues"
  },
  "homepage": "https://github.com/sttk/default-value#readme",
  "devDependencies": {
    "browserify": "^14.1.0",
    "chai": "^3.5.0",
    "eslint": "^3.16.1",
    "istanbul": "^0.4.5",
    "istanbul-coveralls": "^1.0.3",
    "mocha": "^3.2.0",
    "uglify-js": "^2.8.1"
  }
}
