{
  "name": "@nathanfaucett/mathf",
  "version": "0.0.3",
  "description": "math polyfills and helper functions",
  "repository": {
    "type": "git",
    "url": "https://github.com/nathanfaucett/mathf.git"
  },
  "main": "src/index.js",
  "scripts": {
    "test": "npm run test-node",
    "test-node": "node ./test | ./node_modules/.bin/tap-spec",
    "test-node-raw": "node ./test",
    "test-browser-local": "zuul --local 9999 --ui tape -- ./test"
  },
  "keywords": [
    "mathf",
    "mathf.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",
    "tap-spec": "^4.1.0",
    "tape": "^4.2.2",
    "zuul": "^3.7.2"
  },
  "dependencies": {
    "@nathanfaucett/is_nan": "^0.0.2",
    "@nathanfaucett/clamp": "^0.0.1",
    "@nathanfaucett/keys": "^0.0.2"
  }
}
