{
  "name": "astute",
  "version": "0.0.9",
  "main": "astute.js",
  "description": "a machine learning and tensor algebra package for node",
  "scripts": {
    "test": "mocha",
    "install": "node-gyp configure && node-gyp rebuild"
  },
  "repository": {
    "git": "https://github.com/acutkosky/astute"
  },
  "author": "Ashok Cutkosky",
  "license": "ISC",
  "gypfile": true,
  "devDependencies": {
    "mocha": "^4.0.1"
  },
  "dependencies": {
    "mathjs": "^3.16.5"
  }
}
