-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.19 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
{
"name": "in-c-score-progress",
"productName": "InCScoreProgress",
"version": "1.2.0",
"description": "App for displaying performers' progress of Terry Riley's \"In C\".",
"keywords": [
"electron",
"max",
"msp",
"Max 7",
"In C",
"Terry Riley"
],
"main": "main.js",
"scripts": {
"start": "electron .",
"app": "electron-packager . --all --out build/"
},
"author": "Loyola University Technology Ensemble (https://lute.luc.edu/)",
"contributors": [
"Griffin Moe <[email protected]> (https://griffin.moe/)"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/loyola-university-tech-ensemble/in-c-score-progress.git"
},
"bugs": {
"url": "https://github.com/loyola-university-tech-ensemble/in-c-score-progress/issues"
},
"homepage": "https://github.com/loyola-university-tech-ensemble/in-c-score-progress",
"dependencies": {
"@loyola-university-tech-ensemble/in-c-phrases-ly": "^1.0.1",
"d3": "^5.16.0",
"electron": "^9.3.0"
},
"devDependencies": {
"electron-packager": "^15.0.0",
"eslint": "^7.6.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0"
}
}