-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.49 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
{
"name": "harvester",
"productName": "Twitter Analytics Dashboard",
"version": "0.1.2",
"description": "",
"main": "index.js",
"scripts": {
"start": "electron .",
"test": "echo \"Error: no test specified\" && exit 1",
"pack": "electron-builder --dir",
"dist": "electron-builder",
"package-mac": "electron-packager .",
"package-win": "electron-packager . Twitter_Analytics_Dashboard --overwrite --asar=true --platform=win32 --arch=ia32 --prune=true --out=release-builds"
},
"author": "",
"license": "ISC",
"dependencies": {
"JSON": "^1.0.0",
"ajv": "^6.5.2",
"app": "^0.1.0",
"chosen-js": "^1.8.7",
"dependencies": "0.0.1",
"dialog": "^0.3.1",
"electron-context-menu": "^0.10.0",
"electron-open-link-in-browser": "^1.0.2",
"event": "^1.0.0",
"ipc": "0.0.1",
"jquery": "^3.3.1",
"json": "^9.0.6",
"lda": "^0.2.0",
"lodash": "^4.17.10",
"menu": "^0.2.5",
"natural": "^0.6.1",
"plotly": "^1.0.6",
"sentiment": "^5.0.1",
"string": "^3.3.3",
"twit": "^2.2.11",
"wink": "0.0.1",
"wink-bm25-text-search": "^2.0.5",
"wink-helpers": "^1.5.0",
"wink-lemmatizer": "^2.0.0",
"wink-nlp-utils": "^1.9.0",
"wink-pos-tagger": "^1.5.0",
"wink-sentiment": "^4.0.2"
},
"build": {
"appId": "harvester.id",
"mac": {
"category": "twitter"
}
},
"devDependencies": {
"electron": "^2.0.7",
"electron-builder": "^20.28.1",
"electron-packager": "^12.1.0"
}
}