-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 970 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 970 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
36
37
38
39
40
{
"name": "electron-knockout",
"version": "1.0.0",
"description": "A minimal Electron-Knockout application",
"main": "main.js",
"scripts": {
"start": "electron .",
"postinstall": "gulp install-patches"
},
"author": "",
"license": "ISC",
"dependencies": {
"@be/http-service": "^1.0.2",
"app-module-path": "^2.2.0",
"async": "^2.1.4",
"electron-pug": "^1.5.1",
"electron-reload": "^1.1.0",
"git-rev": "^0.2.1",
"jquery": "^3.1.0",
"knockout": "^3.4.1",
"knockout-mapping": "^2.6.0",
"mkdirs": "0.0.2",
"nedb": "^1.8.0",
"pkgconfig": "^3.1.0",
"pkglogger": "^2.2.4",
"pug": "^2.0.0-beta11",
"readline-sync": "^1.4.5",
"sqlite3": "^3.1.8"
},
"devDependencies": {
"devtron": "^1.4.0",
"electron": "^1.4.3",
"electron-builder": "^13.6.0",
"gulp": "^3.9.1"
},
"repository": {
"type": "git",
"url": "https://github.com/rbeadie/electron-knockout.rct"
}
}