forked from aljubaer/Topic-Modeling-in-Bengali
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.06 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
{
"name": "topic-modeling-bengali",
"version": "1.0.0",
"description": "Topic Modeling tool for Bengali",
"main": "index.js",
"scripts": {
"start": "electron .",
"package-win": "electron-packager . application --overwrite --asar=false --platform=win32 --arch=ia32 --prune=true --out=release-builds --version-string.CompanyName=CE --version-string.FileDescription=CE --version-string.ProductName=\"Topic Modeling\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/aljubaer/Topic-Modeling-in-Bengali.git"
},
"keywords": [
"Topic",
"Documents",
"Bangla",
"LDA"
],
"author": "Abdullah Al Jubaer",
"license": "ISC",
"bugs": {
"url": "https://github.com/aljubaer/Topic-Modeling-in-Bengali/issues"
},
"homepage": "https://github.com/aljubaer/Topic-Modeling-in-Bengali#readme",
"devDependencies": {
"electron-packager": "^14.1.1"
},
"dependencies": {
"electron": "^6.0.12",
"python-shell": "^1.0.8"
}
}