UNPKG

weblas

Version:

GPU accelerated BLAS for node and the browser

55 lines (54 loc) 1.44 kB
{ "name": "weblas", "version": "0.9.1", "description": "GPU accelerated BLAS for node and the browser", "main": "index.js", "directories": { "lib": "lib", "example": "example", "test": "test", "dist": "dist" }, "dependencies": { "glslify": "^5.0.2" }, "devDependencies": { "arrayloader": "^1.0.1", "async": "^1.5.0", "benchmark": "^1.0.0", "floader": "^1.0.1", "licensify": "^3.1.2", "microtime": "^2.0.0", "minifyify": "^7.1.0", "tape": "^4.2.2" }, "scripts": { "data": "node test/data/generate.js", "test": "browserify test/*.js | testling -x $npm_config_browser", "build": "browserify index.js --s weblas -p licensify > dist/weblas.js", "min": "browserify index.js --s weblas -d -p [minifyify --map ./weblas.map.json --output dist/weblas.map.json] -p licensify > dist/weblas.js", "benchmark": "browserify benchmark/*.js | testling -x $npm_config_browser" }, "browserify": { "transform": ["glslify"] }, "repository": { "type": "git", "url": "https://github.com/waylonflinn/weblas.git" }, "keywords": [ "gpu", "blas", "gemm", "matrix", "multiply", "neural network", "deep learning" ], "author": "Waylon Flinn <waylonflinn@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/waylonflinn/weblas/issues" }, "homepage": "https://github.com/waylonflinn/weblas" }