forked from OpenBfS/lada-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.97 KB
/
package.json
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
51
52
53
54
55
56
{
"private": false,
"name": "@openbfs/lada",
"version": "3.3.13-SNAPSHOT",
"description": "IMIS3 LADA",
"scripts": {
"pretest": "npm run lint",
"lint": "eslint -c .eslintrc app/ classic/ modern/ && eslint -c test/.eslintrc test/",
"lint-fix": "eslint --fix -c .eslintrc app/ classic/ modern/ && eslint --fix -c test/.eslintrc test/",
"test": "npm-run-all --parallel --race test:all",
"test:all": "npm-run-all test:classic test:modern",
"test:classic": "karma start karma.conf.js --single-run --toolkit classic",
"test:modern": "karma start karma.conf.js --single-run --toolkit modern",
"test:watch": "karma start karma.conf.js",
"combine-coverages": "istanbul report --root coverage --dir coverage-combined",
"coverage-summary": "istanbul report --root coverage text-summary",
"jsdoc": "jsdoc -c jsdoc-config.json",
"jsduck": "jsduck --config jsduck.json",
"clean": "rimraf apidoc build/* coverage coverage-combined"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OpenBfS/lada-client.git"
},
"author": "German Federal Office for Radiation protection",
"license": "GPL-3.0",
"devDependencies": {
"eslint": "4.18.2",
"expect.js": "0.3.1",
"express": "4.15.3",
"istanbul": "0.4.5",
"istanbul-middleware": "0.2.2",
"jsdoc": "3.4.3",
"karma": "1.7.0",
"karma-chrome-launcher": "2.2.0",
"karma-coverage": "1.1.1",
"karma-coverage-istanbul-reporter": "1.3.0",
"karma-expect": "1.1.3",
"karma-firefox-launcher": "1.0.1",
"karma-mocha": "1.3.0",
"karma-mocha-reporter": "2.2.3",
"karma-phantomjs-launcher": "1.0.4",
"karma-sinon": "1.0.5",
"mocha": "3.4.2",
"mocha-phantomjs": "4.1.0",
"npm-run-all": "4.0.2",
"rimraf": "2.6.1",
"serve-static": "1.12.3",
"sinon": "2.3.5"
},
"bugs": {
"url": "https://github.com/OpenBfS/lada-client/issues"
},
"homepage": "https://github.com/OpenBfS/lada-client#readme",
"main": "app.js"
}