-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 931 Bytes
/
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
{
"name": "graank-tool",
"version": "1.0.0",
"description": "a software for mining gradual patterns",
"main": "main.js",
"bin": "cli.js",
"scripts": {
"start": "electron .",
"dev": "electron . --debug",
},
"repository": "https://github.com/owuordickson/graank-tool",
"keywords": [
"gradual",
"patterns"
],
"author": "Dickson Owuor",
"license": "ISC",
"bugs": {
"url": "https://github.com/owuordickson/graank-tool/issues"
},
"homepage": "https://github.com/owuordickson/graank-tool#readme",
"devDependencies": {
"devtron": "^1.3.0",
"electron": "^4.0.6",
},
"dependencies": {
"bootstrap": "^4.1.3",
"csvtojson": "^2.0.8",
"electron-log": "^2.2.14",
"electron-settings": "^3.0.7",
"electron-tooltip": "^1.1.5",
"glob": "^7.1.0",
"jquery": "^3.4.0",
"mime": "^2.4.0",
"popper.js": "^1.14.4",
"update-electron-app": "^1.1.1"
}
}