File size: 354 Bytes
1cdfc83
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "erdos-straus-dss-runtime",
  "version": "1.0.0",
  "type": "module",
  "description": "Runtime demonstration of Erdos-Straus DSS greedy bound applications",
  "main": "main.mjs",
  "scripts": {
    "start": "node main.mjs",
    "test": "node main.mjs"
  },
  "author": "Ahmad Parr <ahmedparr93@gmail.com>",
  "license": "MIT"
}