-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
37 lines (37 loc) · 930 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
{
"name": "jarvis-desktop",
"version": "1.0.0",
"description": "desktop application for jarvis personal assistant",
"main": "./app/main.js",
"scripts": {
"start": "electron ./app/main.js",
"build": "electron-packager . Jarvis-Desktop",
"test": "shell/travis.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Harkishen-Singh/Jarvis-Desktop.git"
},
"keywords": [
"personal-assistant",
"jarvis",
"desktop-applicaton",
"linux-assistant"
],
"author": "codeZero",
"license": "ISC",
"bugs": {
"url": "https://github.com/Harkishen-Singh/Jarvis-Desktop/issues"
},
"homepage": "https://github.com/Harkishen-Singh/Jarvis-Desktop#readme",
"devDependencies": {
"asar": "2.0.1",
"electron": "5.0.5",
"electron-packager": "13.1.1",
"htmlhint": "0.11.0",
"eslint": "5.16.0"
},
"dependencies": {
"node-json-db": "^0.11.0"
}
}