{
  "name": "kinann",
  "version": "0.9.0",
  "description": "Kinematic artificial neural network Javascript library",
  "main": "index.js",
  "directories": {
    "test": "test",
    "src": "src",
    "doc": "doc"
  },
  "dependencies": {
    "mathjs": "^3.9.2",
    "serialport": "^4.0.7",
    "winston": "^2.3.1"
  },
  "devDependencies": {
    "mocha": "^3.2.0",
    "should": "^11.2.0"
  },
  "scripts": {
    "test": "npm run test:verbose",
    "test:watch": "mocha -w -R min --inline-diffs",
    "test:test": "mocha -w -R min --inline-diffs -g TEST",
    "test:verbose": "mocha --inline-diffs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/firepick/kinann.git"
  },
  "keywords": [
    "kinematics",
    "robot",
    "artifical",
    "neural",
    "networks",
    "FirePick",
    "firenodejs"
  ],
  "author": "Karl Lew",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/firepick/kinann/issues"
  },
  "homepage": "https://github.com/firepick/kinann"
}
