{
  "name": "zensh",
  "description": "A javascript neural network: self-referential, evolution, interconnection...",
  "main": "dist/zensh.js",
  "version": "0.0.1",
  "homepage": "https://github.com/zensh/zensh",
  "authors": [
    "Yan Qing <admin@zensh.com>"
  ],
  "keywords": [
    "zensh",
    "thunks",
    "neural network",
    "machine learning",
    "self-referential",
    "evolution",
    "interconnection"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "docs",
    "benchmark",
    "test",
    "tests"
  ]
}
