Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/thsmi/sieve.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 50c39e1d40c62409303952913fd72bcd7b835411 (plain)
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
{
  "name": "sieve",
  "version": "0.5.0",
  "description": "Configures server-side sieve email filters",
  "directories": {
    "doc": "docs",
    "test": "tests"
  },
  "devDependencies": {
    "bootstrap": "^5.0.0-alpha1",
    "codemirror": "^5.56.0",
    "electron": "^9.1.2",
    "electron-packager": "^15.0.0",
    "eslint": "^7.6.0",
    "eslint-plugin-jsdoc": "^30.1.0",
    "gulp": "^4.0.0",
    "keytar": "^6.0.1",
    "node-abi": "^2.18.0",
    "tar": "^6.0.1",
    "yazl": "^2.5.1"
  },
  "scripts": {
    "start-win32": "gulp \"app:package-win32\" && cd ./build/electron/out/sieve-win32-x64/ && sieve.exe",
    "start": "./node_modules/.bin/electron ./build/electron/resources/",
    "debug": "./node_modules/.bin/electron ./build/electron/resources/ --debug",
    "test": "node ./tests/index.js",
    "server": "node ./tools/Server/Server.js",
    "gulp": "gulp",
    "lint": "eslint --config .eslintrc.json ./src ./tests gulpfile.js ./gulp"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thsmi/sieve.git"
  },
  "author": "Thomas Schmid <schmid-thomas@gmx.net>",
  "license": "AGPL-3.0",
  "bugs": {
    "url": "https://github.com/thsmi/sieve/issues"
  },
  "homepage": "https://github.com/thsmi/sieve#readme"
}