{ "name": "synaptic", "version": "1.1.4", "homepage": "https://github.com/cazala/synaptic", "authors": [ "Juan Cazala " ], "description": "architecture-free neural network library for node.js and the browser", "main": "./dist/synaptic.min.js", "moduleType": [ "amd", "globals", "node" ], "keywords": [ "neural", "network", "deep", "learning", "machine", "learning", "lstm", "perceptron" ], "license": "MIT", "ignore": [ "**/.*", "node_modules", "bower_components", "test", "tests" ] }