{
  "name": "neural-network-node",
  "version": "1.4.7",
  "description": "A simple neural network coded from scratch with no external modules. Lets you train your own neural network in a simple and easy to learn way.",
  "main": "src/npm/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "neural",
    "network",
    "js",
    "node",
    "javascript",
    "machine",
    "learning",
    "supervised",
    "data"
  ],
  "author": "SatvikVejendla",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SatvikVejendla/Neural-Network-Node.git"
  },
  "bugs": {
    "url": "https://github.com/SatvikVejendla/Neural-Network-Node/issues"
  },
  "homepage": "https://github.com/SatvikVejendla/Neural-Network-Node#readme",
  "dependencies": {
    "numpy-matrix-js": "^1.1.4"
  }
}
