{
  "name"            : "fann",
  "version"         : "1.0.0",
  "description"     : "FANN (Fast Artificial Neural Network Library) bindings for Node.js",

  "author"          : { "name"  : "Alex Kocharin"
                      , "email" : "alex@kocharin.ru" },

  "repository"      : { "type"  : "git"
                      , "url"   : "git://github.com/rlidwka/node-fann.git" },

  "keywords"        : [ "fann", "neural", "network", "artificial", "intelligence"
                      , "neural network", "artificial intelligence", "machine learning" ],

  "license"         : { "type"  : "WTFPL"
                      , "url"   : "http://www.wtfpl.net/txt/copying/" },

  "dependencies"    : { "nan"   : "~1.8" },

  "devDependencies" : { "mocha" : "2" },

  "scripts"         : { "test"  : "mocha ./test -R dot" },

  "gypfile"         : true
}
