{
  "name": "newton-raphson-method",
  "version": "1.0.2",
  "description": "Find zeros of a function using the Newton-Raphson method",
  "main": "index.js",
  "author": {
    "name": "Ricky Reusser",
    "email": "rsreusser@gmail.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/scijs/newton-raphson-method.git"
  },
  "scripts": {
    "test": "semistandard && mocha"
  },
  "keywords": [
    "roots",
    "zeros",
    "newton-raphson",
    "scijs"
  ],
  "devDependencies": {
    "almost-equal": "^1.1.0",
    "chai": "^3.5.0",
    "is-number": "^2.1.0",
    "mocha": "^2.5.3",
    "semistandard": "^8.0.0"
  },
  "dependencies": {},
  "semistandard": {
    "globals": [
      "describe",
      "it",
      "beforeEach"
    ]
  }
}
