{
  "name": "simpsons-rule",
  "version": "1.0.0",
  "description": "A small function for numerically integrating a function with simpsons rule",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "math",
    "integration",
    "numerical",
    "simpsons"
  ],
  "author": "Chip Bell",
  "license": "MIT",
  "repository": "github.com:chipbell4/simpsons-rule.git"
}
