neuralnetworkjs
Version:
A neural network library
26 lines (25 loc) • 527 B
JSON
{
"name": "neuralnetworkjs",
"version": "1.0.0",
"description": "A neural network library",
"main": "src/neuralnetwork.js",
"scripts": {
"test": "node test/test.js",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "https://github.com/tuttarealstep/neuralnetworkjs.git"
},
"keywords": [
"neuralnetwork",
"neural",
"network"
],
"author": "Stefano Valenzano",
"license": "GPL-3.0+",
"devDependencies": {
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0"
}
}