-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 778 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 778 Bytes
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
{
"name": "nandi-app",
"version": "1.0.0",
"description": "Visualize sales data in real time",
"main": "main.js",
"scripts": {
"start": "electron .",
"w:ia32": "electron-builder -w --ia32 .",
"w:x64": "electron-builder -w --x64 ."
},
"build": {
"appId": "tk.deepesh.nandi-app",
"win": {
"target": "nsis",
"icon": "build/icon.ico"
}
},
"repository": "https://github.com/DMak21/nandi-app",
"keywords": [
"nandi-app"
],
"author": "GitHub",
"license": "MIT",
"devDependencies": {
"electron": "~1.6.2"
},
"dependencies": {
"@google/maps": "^0.4.0",
"cheerio": "^1.0.0-rc.1",
"nedb": "^1.8.0",
"rainbowvis.js": "^1.0.1",
"request": "^2.81.0",
"request-promise-native": "^1.0.4"
}
}