{
  "name": "fanny",
  "version": "1.0.8",
  "description": "FANN Fast Artificial Neural Network Node.JS Bindings",
  "main": "./lib/index.js",
  "keywords": [
    "fann",
    "ann",
    "neural",
    "network",
    "ai",
    "neural network"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/zipscene/fanny.git"
  },
  "scripts": {
    "test": "./node_modules/.bin/mocha",
    "build": "node-gyp configure && node-gyp build",
	"postinstall": "node-gyp configure && node-gyp build",
    "preinstall": "./build_fann.sh"
  },
  "gypfile": true,
  "generatorInfo": {
    "name": "generator-zs-lib",
    "version": "0.9.7"
  },
  "dependencies": {
    "common-schema": "^1.9.0",
    "nan": "^2.5.0",
    "pasync": "^1.4.1",
    "xerror": "^1.1.2"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "es6-promise": "^4.0.5",
    "mocha": "^3.2.0",
    "zstreams": "^3.2.2"
  },
  "license": "Apache-2.0"
}
