UNPKG

nlopt-js

Version:

NLopt-js is a port of [NLopt](https://nlopt.readthedocs.io/en/latest/) C++ optimization library

37 lines (36 loc) 957 B
{ "name": "nlopt-js", "version": "0.1.1", "description": "NLopt-js is a port of [NLopt](https://nlopt.readthedocs.io/en/latest/) C++ optimization library", "main": "dist/index.js", "files": [ "dist/index.js" ], "repository": "https://github.com/BertrandBev/nlopt-js.git", "author": "Bertrand <bertrand.bevillard.dev@gmail.com>", "license": "MIT", "keywords": [ "constraint", "nonlinear", "optimisation" ], "homepage": "TODO", "devDependencies": { "@babel/core": "^7.7.5", "@babel/plugin-syntax-dynamic-import": "^7.7.4", "@babel/preset-env": "^7.7.6", "arraybuffer-loader": "^1.0.8", "babel-loader": "^8.0.6", "babel-plugin-syntax-dynamic-import": "^6.18.0", "exports-loader": "^0.7.0", "file-loader": "^5.0.2", "webpack": "^4.41.3", "webpack-cli": "^3.3.10" }, "scripts": { "build": "webpack --mode production" }, "dependencies": { "hashmap": "^2.4.0" } }