{
  "name": "tensorflow-node",
  "version": "0.1.1",
  "description": "Tensorflow for node.js",
  "main": "index.js",
  "scripts": {
    "preinstall": "scripts/build_tensorflow.sh",
    "postinstall": "node-gyp configure build",
    "build": "node-gyp build",
    "test": "node test/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kmalakoff/tensorflow-node.git"
  },
  "keywords": [
    "tensorflow",
    "tf",
    "machinelearning",
    "ml",
    "deeplearning",
    "dl",
    "neuralnetworks",
    "nn",
    "javascript",
    "js"
  ],
  "author": "Kevin Malakoff <kmalakoff@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kmalakoff/tensorflow-node/issues"
  },
  "homepage": "https://github.com/kmalakoff/tensorflow-node#readme",
  "devDependencies": {
    "chai": "^3.5.0",
    "eslint": "^3.12.0",
    "mnist-data": "^1.2.6",
    "mocha": "^3.2.0",
    "pyextjs": "^0.1.2"
  },
  "dependencies": {
    "nan": "^2.4.0",
    "node-gyp": "^3.4.0",
    "segfault-handler": "^1.0.0"
  }
}
