-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.54 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
62
63
64
{
"name": "FLASK",
"version": "1.0.0",
"description": "Software for improvising sound",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron index.js",
"build:win": "build --win --ia32 --x64",
"pack": "build --dir",
"build:mac": "build --mac --x64",
"release": "gh-release"
},
"build": {
"win": {},
"mac": {
"category": "public.app-category.music"
},
"fileAssociations": [
{
"ext": "flask",
"name": "Flask Show",
"role": "Editor"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/brandoshizzle/REACTion.git"
},
"author": "Brandon Cathcart <cathcart.brandon@gmail.com>",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/brandoshizzle/REACTion/issues"
},
"homepage": "https://github.com/brandoshizzle/REATion#readme",
"devDependencies": {
"electron": "^4.0",
"electron-builder": "^20.0",
"electron-builder-squirrel-windows": "^11.5.0",
"electron-connect": "^0.6.3",
"eslint": "^5.16.0",
"eslint-config-jquery": "^1.0.1",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-prettier": "^3.1.0",
"gh-release": "^2.2.0",
"gulp": "^4.0.2",
"gulp-connect": "latest",
"gulp-sass": "latest",
"gulp-util": "^3.0.8",
"npm": "^6.13.4",
"prettier": "^1.17.1"
},
"dependencies": {
"@trodi/electron-splashscreen": "^0.3.4",
"circular-json": "^0.3.1",
"compare-versions": "^3.4.0",
"dotenv": "^8.0",
"fs-jetpack": "^2.0",
"gh-latest-release": "^1.0.0",
"marked": "^0.6.2",
"request": "^2.88.0"
}
}