forked from lurchmath/minimal-lurch-site
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 761 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 761 Bytes
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
{
"name": "lurch",
"version": "0.9.0",
"description": "Lurch",
"type": "module",
"devDependencies": {
"chai": "^4.3.7",
"coffeescript": "^2.7.0",
"esm": "^3.2.25",
"mocha": "^10.2.0",
"puppeteer": "^15.1.1",
"algebrite": "^1.4.0",
"chalk": "^5.3.0",
"fast-xml-parser": "^4.3.6",
"peggy": "^3.0.2",
"pegjs-backtrace": "^0.2.1",
"strip-ansi": "^7.0.1",
"chokidar": "^3.6.0"
},
"scripts": {
},
"repository": {
"type": "git",
"url": "git+https://github.com/lurchmath/lurch.git"
},
"author": "Nathan Carter (ncarter@bentley.edu)",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/lurchmath/lurch/issues"
},
"homepage": "https://github.com/lurchmath/lurch#readme"
}