UNPKG

zensh

Version:

A javascript neural network: self-referential, evolution, interconnection...

41 lines (40 loc) 913 B
{ "name": "zensh", "description": "A javascript neural network: self-referential, evolution, interconnection...", "author": [ "Yan Qing <admin@zensh.com>" ], "version": "0.0.1", "main": "index.js", "repository": { "type": "git", "url": "git@github.com:zensh/zensh.git" }, "homepage": "https://github.com/zensh/zensh", "keywords": [ "zensh", "thunks", "neural network", "machine learning", "self-referential", "evolution", "interconnection" ], "dependencies": { "blueimp-md5": "^1.1.0", "jsonkit": ">=0.2.x", "koa": "^0.8.1", "thunks": ">=0.6.x" }, "devDependencies": { "grunt": "~0.4.1", "grunt-browserify": "^2.1.3", "grunt-contrib-clean": "~0.5.0", "grunt-contrib-jshint": "~0.7.2", "grunt-contrib-nodeunit": "~0.2.2", "grunt-contrib-uglify": "~0.2.4" }, "scripts": { "test": "grunt test" } }