{
  "name": "newton-raphson",
  "version": "0.0.3",
  "description": "JavaScript implementation of the Newton-Raphson method for approximating roots of a real-valued function",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "keywords": [
    "newton-raphson",
    "math",
    "numerical",
    "approximation",
    "roots"
  ],
  "author": "Dave Wasmer",
  "license": "MIT",
  "devDependencies": {
    "mocha": "^2.1.0"
  }
}
