This repository has been archived by the owner on Sep 22, 2023. It is now read-only.
forked from os2kitos/kitos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.09 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "kitos",
"version": "1.0.0",
"description": "The OS2KITOS is delivered by Miracle A/S (http://www.miracle.dk)\r for OS2 - Offentligt digitaliseringsfællesskab (http://os2web.dk).",
"main": "Presentation.Web\\Scripts\\app\\app.js",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/os2kitos/kitos.git"
},
"author": "Miracle A/S",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/os2kitos/kitos/issues"
},
"homepage": "https://github.com/os2kitos/kitos#readme",
"devDependencies": {
"bower": "^1.7.2",
"browser-sync": "^2.13.0",
"browserstacktunnel-wrapper": "^1.4.2",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-angular-protractor": "*",
"gulp-bower": "0.0.13",
"gulp-codecov.io": "^1.0.1",
"gulp-concat": "^2.6.0",
"gulp-debug": "^2.1.2",
"gulp-eslint": "^3.0.1",
"gulp-file": "^0.3.0",
"gulp-html-replace": "^1.6.1",
"gulp-less": "^3.1.0",
"gulp-load-plugins": "^1.2.4",
"gulp-minify-css": "^1.2.4",
"gulp-open": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-rev": "^7.1.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-tslint": "^6.1.2",
"gulp-typescript": "^3.1.2",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"jasmine": "^2.4.1",
"jasmine-expect": "^3.0.1",
"jasmine-reporters": "^2.2.0",
"karma": "^1.1.1",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.0",
"karma-firefox-launcher": "^1.0.0",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.1",
"karma-teamcity-reporter": "^1.0.0",
"path": "^0.12.7",
"phantomjs-prebuilt": "^2.1.7",
"protractor": "~4.0.11",
"protractor-http-mock": "~0.9.0",
"remap-istanbul": "^0.6.4",
"require-dir": "^0.3.0",
"run-sequence": "^1.2.2",
"tslint": "^3.15.1",
"typescript": "^2.0.6"
},
"scripts": {
"postinstall": "bower install",
"e2e:local": "gulp e2e:local",
"e2e:browserstack": "gulp e2e:browserstack",
"unit": "gulp unit"
},
"dependencies": {}
}