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: 6bc25222deda91b938804312b482c5aae5028346 (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
{
  "name": "sieve",
  "version": "0.4.0",
  "description": "Configures server-side sieve email filters",
  "directories": {
    "doc": "docs",
    "test": "tests"
  },
  "devDependencies": {
    "bootstrap": "^4.3.1",
    "codemirror": "^5.52.2",
    "electron": "^8.2.0",
    "electron-packager": "^14.0.6",
    "eslint": "^6.4.0",
    "eslint-plugin-jsdoc": "^22.1.0",
    "gulp": "^4.0.0",
    "jquery": "^3.4.1",
    "material-design-icons-iconfont": "^5.0.1",
    "yazl": "^2.5.1"
  },
  "scripts": {
    "start": "./node_modules/.bin/electron ./build/electron/resources/",
    "debug": "./node_modules/.bin/electron ./build/electron/resources/ --debug",
    "test": "echo \"Error: no test specified\" && exit 1",
    "server": "node ./tools/Server/Server.js",
    "gulp": "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"
}