-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.24 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.24 KB
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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "@critical-path-partners/cpm-engine",
"version": "2.9.2",
"description": "Forensically-defensible CPM engine — AACE-canonical, Daubert-disclosed, bit-identical JS-Python parity.",
"main": "cpm-engine.js",
"scripts": {
"test": "node cpm-engine.test.js",
"crossval": "node cpm-engine.crossval.js",
"test:all": "npm test && npm run crossval"
},
"keywords": [
"cpm",
"critical-path-method",
"forensic-delay-analysis",
"schedule-analysis",
"daubert",
"fre-707",
"aace",
"scl-protocol",
"construction",
"primavera-p6",
"tia",
"time-impact-analysis",
"monte-carlo",
"bayesian"
],
"author": "Dana Fitkowski <danafitkowski@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/danafitkowski/cpp-cpm-engine"
},
"homepage": "https://mcp.criticalpathpartners.ca/try",
"bugs": {
"url": "https://github.com/danafitkowski/cpp-cpm-engine/issues"
},
"engines": {
"node": ">=18"
},
"files": [
"cpm-engine.js",
"cpm-engine.test.js",
"cpm-engine.crossval.js",
"LICENSE",
"README.md",
"DAUBERT.md",
"METHODOLOGY.md",
"CHANGELOG.md",
"CONTRIBUTING.md",
"docs/",
"examples/"
]
}