-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.39 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.39 KB
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
42
43
44
45
46
47
48
49
50
{
"name": "bergcms",
"description": "A web based CMS for publishing a regular newsletter used by a small editorial committee.",
"keywords": [
"CMS",
"LaTeX",
"Publish",
"Edit",
"Newsletter"
],
"version": "0.0.11",
"license": "(MIT, AGPL)",
"private": true,
"author": "Christian Leutloff <leutloff@sundancer.oche.de>",
"contributors": [
"Heiko Decker",
"Christian Leutloff <leutloff@sundancer.oche.de>"
],
"dependencies": {
"jquery": "^3.3.1"
},
"devDependencies": {
"chai": "^4.1.2",
"dredd": "^5.1.11",
"eslint": "^5.3.0",
"fibers": "^3.0.0",
"mocha": "^5.2.0",
"saucelabs": "^1.5.0",
"selenium-standalone": "^6.15.1",
"wdio-dot-reporter": "^0.0.10",
"wdio-mocha-framework": "^0.6.2",
"wdio-sauce-service": "^0.4.10",
"wdio-selenium-standalone-service": "^0.0.10",
"webdriverio": "^4.13.1"
},
"scripts": {
"postinstall": "./node_modules/selenium-standalone/bin/selenium-standalone install",
"start-webdriver": "./node_modules/selenium-standalone/bin/selenium-standalone start",
"start": "npm run start-webdriver",
"test": "./node_modules/.bin/wdio wdio.conf.js"
},
"repository": {
"type": "git",
"url": "https://github.com/leutloff/bergcms.git"
},
"bugs": {
"url": "https://github.com/leutloff/bergcms/issues"
},
"homepage": "https://github.com/leutloff/bergcms/#readme"
}