mirror of
https://github.com/S2-/gitlit
synced 2025-08-04 05:10:05 +02:00
17 lines
452 B
JSON
17 lines
452 B
JSON
{
|
|
"main": "main.js",
|
|
"version": "4.99.101",
|
|
"productName": "MainJS",
|
|
"dependencies": {
|
|
"@types/node": "^8.0.0",
|
|
"run-series": "^1.1.1"
|
|
},
|
|
"//": "ncp used to test https://github.com/electron-userland/electron-packager/pull/186",
|
|
"///": "(a module (with zero dependencies) that creates a file in node_modules/.bin)",
|
|
"devDependencies": {
|
|
"ncp": "^2.0.0",
|
|
"run-waterfall": "^1.1.1",
|
|
"electron-prebuilt": "0.35.6"
|
|
}
|
|
}
|