UNPKG

scipy-optimize

Version:

Node wrapper for optimize module of scipy python library

40 lines (39 loc) 839 B
{ "name": "scipy-optimize", "version": "1.0.3", "description": "Node wrapper for optimize module of scipy python library", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/acjones617/scipy-node/tree/master/optimize" }, "keywords": [ "scipy", "python", "optimize", "functions", "scalar", "math" ], "author": { "name": "Andrew Jones", "email": "acjones617@gmail.com", "url": "http://andrewjones.us" }, "license": [ { "type": "MIT", "url": "http://fibo.mit-license.org/" } ], "bugs": { "url": "https://github.com/acjones617/scipy-node/issues" }, "homepage": "https://github.com/acjones617/scipy-node/tree/master/optimize", "devDependencies": { "should": "^4.0.4" } }