{
  "name": "@nathanfaucett/is_null",
  "version": "0.0.1",
  "description": "checks if value is null",
  "repository": {
    "type": "git",
    "url": "https://github.com/nathanfaucett/is_null.git"
  },
  "scripts": {
    "test": "npm run node-test",
    "node-test": "node ./test/index.js | ./node_modules/.bin/tap-spec",
    "browser-test": "zuul -- ./test/index.js",
    "browser-test-local": "zuul --local 9999 ./test/index.js"
  },
  "main": "src/index.js",
  "keywords": [
    "is_null",
    "is_null.js"
  ],
  "author": "Nathan Faucett",
  "license": "MIT",
  "readmeFilename": "README.md",
  "devDependencies": {
    "grunt": "^1.0.1",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-jsbeautifier": "^0.2.13",
    "tape": "^4.0.0",
    "tap-spec": "^4.0.0",
    "zuul": "^3.0.0"
  }
}
