forked from JWally/jsLPSolver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·42 lines (42 loc) · 988 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "javascript-lp-solver",
"description": "Easy to use, JSON oriented Linear Programming and Mixed Int. Programming Solver",
"version": "0.4.5",
"private": false,
"authors": [
"Justin W. Wolcott"
],
"contributors": [
"Brice Chevalier <[email protected]>",
"Loïc Venerosy <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/JWally/jsLPSolver"
},
"main": "./src/main",
"devDependencies": {
"benchmark": "*",
"mocha": "3.1.2",
"grunt": "*",
"grunt-browserify": "^4.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "*",
"grunt-jsbeautifier": "*",
"grunt-mocha-test": "*",
"walk": "*"
},
"keywords": [
"Linear",
"Programming",
"Integer",
"Programming",
"Solver",
"Linear Programming",
"Linear Optimization",
"Simplex",
"Mixed Integer Optimization",
"Mixed Integer Programming"
],
"license": "UNLICENSE"
}