{
  "name": "oya-ann",
  "version": "0.6.0",
  "description": "artificial neural network Javascript library",
  "main": "index.js",
  "directories": {
    "test": "test",
    "src": "src",
    "doc": "doc"
  },
  "dependencies": {
    "mathjs": "^9.4.2",
    "oya-ann": "^0.3.0",
    "winston": "^2.3.1"
  },
  "devDependencies": {
    "mocha": "^10.7.3",
    "should": "^11.2.0"
  },
  "scripts": {
    "test": "npm run test:verbose",
    "test:test": "mocha -w -R min --inline-diffs -g TEST",
    "test:verbose": "mocha --inline-diffs",
    "test:watch": "mocha -w --inline-diffs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oyamist/oya-ann.git"
  },
  "keywords": [
    "artifical",
    "neural",
    "networks",
    "OyaMist"
  ],
  "author": "Karl Lew",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/oyamist/oya-ann/issues"
  },
  "homepage": "https://github.com/oyamist/oya-ann"
}
