{
  "name": "ndarray-gradient",
  "version": "1.0.1",
  "description": "Finds the gradient of an ndarray using finite differences",
  "main": "fdg.js",
  "directories": {
    "example": "example",
    "test": "test"
  },
  "dependencies": {
    "cwise-compiler": "^1.0.0",
    "dup": "^1.0.0"
  },
  "devDependencies": {
    "ndarray": "^1.0.15",
    "ndarray-pack": "^1.1.1",
    "ndarray-scratch": "^1.1.1",
    "ndarray-show": "^1.1.0",
    "tape": "^3.0.0",
    "ndarray-unpack": "^1.0.0"
  },
  "scripts": {
    "test": "tape test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mikolalysenko/ndarray-gradient.git"
  },
  "keywords": [
    "gradient",
    "ndarray",
    "finite",
    "difference"
  ],
  "author": "Mikola Lysenko",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mikolalysenko/ndarray-gradient/issues"
  },
  "homepage": "https://github.com/mikolalysenko/ndarray-gradient"
}
