UNPKG

nlopt

Version:

A numerical nonlinear optimization library for node. A wrapper around nlopt.

44 lines (43 loc) 882 B
{ "name": "nlopt", "version": "0.1.3", "description": "A numerical nonlinear optimization library for node. A wrapper around nlopt.", "homepage": "https://github.com/freethenation/node-nlopt", "keywords": [ "numeical", "nlopt", "nonlinear", "optimization", "nelder", "mead", "simplex", "COBYLA", "newton", "MMA", "MLSL" ], "author": "Richard Klafter <rpklafter@yahoo.com>", "repository": { "type": "git", "url": "https://github.com/freethenation/node-nlopt.git" }, "main": "nlopt.js", "gypfile": true, "dependencies": { "lodash": "*" }, "devDependencies": { "cake": "^0.1.1", "coffee-script": "*", "ctrl": "*", "expect.js": "*", "file": "*", "mocha": "*", "open": "^7.0.4", "request": "*" }, "scripts": { "build": "cake build", "test": "cake test" } }