UNPKG

lysergic

Version:

Synaptic's neural network compiler

49 lines (48 loc) 1.13 kB
{ "name": "lysergic", "version": "0.2.7", "description": "Synaptic's neural network compiler", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/cazala/lysergic.git" }, "keywords": [ "synaptic", "lysergic", "engine" ], "bugs": { "url": "https://github.com/cazala/lysergic/issues" }, "homepage": "https://github.com/cazala/lysergic#readme", "scripts": { "clean": "rimraf dist && rimraf browser", "build": "npm run clean && tsc", "preversion": "npm build", "postversion": "git push && git push --tags && npm publish" }, "author": "Juan Cazala <cazala@mail.sfsu.edu> (http://caza.la/)", "maintainers": [ { "email": "cazala@mail.sfsu.edu", "name": "Juan Cazala", "url": "http://caza.la/" }, { "email": "agustin.mz.92@gmail.com", "name": "Agustin Mendez", "url": "http://menduz.com" } ], "license": "MIT", "devDependencies": { "rimraf": "^2.6.1", "tslint": "^5.4.3", "typescript": "^2.4.0" } }