-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
61 lines (61 loc) · 1.35 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "ohayo",
"version": "20.1.0",
"description": "ohayo desktop version",
"main": "StudioServerApp.js",
"directories": {
"lib": "lib"
},
"prettier": {
"useTabs": false,
"tabWidth": 2,
"semi": false,
"printWidth": 180
},
"dependencies": {
"@types/node": "^12.7.12",
"body-parser": "^1.18.3",
"d3-format": "^1.4.1",
"express": "^4.16.4",
"fuse.js": "^3.2.0",
"glob": "^7.1.4",
"jtree": "^49.8.0",
"lodash": "^4.17.13",
"marked": "^4.0.10",
"mathjs": "^7.5.1",
"moment": "^2.24.0",
"moment-parseformat": "^2.2.1",
"mz": "^2.7.0",
"numeral": "*",
"pca-js": "^1.0.2",
"recursive-readdir": "*",
"recursive-readdir-sync": "^1.0.6",
"superagent": "^5.0.5",
"tinycolor2": "^1.4.1",
"ts-node": "^8.4.1",
"typescript": "^3.6.4"
},
"devDependencies": {
"@types/superagent": "^3.8.7",
"codemirror": "^5.29.0",
"jquery": "^3.4.1",
"mousetrap": "^1.6.0",
"prettier": "^1.18.2",
"store": "^2.0.12"
},
"scripts": {
"test": "./builder.ts test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/treenotation/ohayo.git"
},
"keywords": [
"ohayo"
],
"author": "Breck Yunits",
"bugs": {
"url": "https://github.com/treenotation/ohayo/issues"
},
"homepage": "https://ohayo.breckyunits.com"
}