summaryrefslogtreecommitdiffstats
path: root/catalog-ui/package.json
blob: beb2af9996f40c86085adbff3da66c6a9d1d6987 (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
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
{
  "name": "catalog-ui",
  "description": "ASDC Single page application",
  "repository": {
    "type": "git",
    "url": "git@gitlab:root/D2-SDnC.git"
  },
  "devDependencies": {
    "apache-server-configs": "^2.7.1",
    "cors": "2.7.1",
    "grunt": "1.0.1",
    "grunt-angular-templates": "1.1.0",
    "grunt-autoprefixer": "3.0.4",
    "grunt-concurrent": "0.5.0",
    "grunt-contrib-clean": "1.0.0",
    "grunt-contrib-concat": "1.0.1",
    "grunt-contrib-connect": "0.10.1",
    "grunt-contrib-copy": "1.0.0",
    "grunt-contrib-cssmin": "0.10.0",
    "grunt-contrib-htmlmin": "2.1.0",
    "grunt-contrib-imagemin": "1.0.1",
    "grunt-contrib-jshint": "1.1.0",
    "grunt-contrib-uglify": "2.0.0",
    "grunt-contrib-watch": "1.0.0",
    "grunt-include-source": "1.0.0",
    "grunt-karma": "2.0.0",
    "grunt-mocha": "1.0.2",
    "grunt-newer": "0.7.0",
    "grunt-ng-constant": "1.1.0",
    "grunt-rev": "0.1.0",
    "grunt-svgmin": "4.0.0",
    "grunt-text-replace": "0.4.0",
    "grunt-tslint": "^3.3.0",
    "grunt-usemin": "3.1.1",
    "grunt-wiredep": "2.0.0",
    "http-proxy-middleware": "^0.14.0",
    "jasmine-core": "2.5.2",
    "jshint-stylish": "2.2.1",
    "karma": "1.4.0",
    "karma-chrome-launcher": "0.2.2",
    "karma-coverage": "1.1.1",
    "karma-jasmine": "1.1.0",
    "karma-junit-reporter": "0.3.8",
    "karma-mocha-reporter": "2.2.2",
    "karma-ng-html2js-preprocessor": "1.0.0",
    "karma-ng-scenario": "1.0.0",
    "karma-phantomjs-launcher": "0.2.1",
    "load-grunt-tasks": "3.5.2",
    "phantomjs": "2.1.7",
    "time-grunt": "1.4.0",
    "tslint": "^3.15.1"
  },
  "engines": {
    "node": ">=6.9.4"
  },
  "dependencies": {
    "cytoscape.js-undo-redo": "^1.0.1",
    "express": "4.14.0",
    "grunt-asset-injector": "0.1.0",
    "grunt-contrib-less": "1.4.0",
    "grunt-express-server": "0.5.3",
    "grunt-ts": "5.5.1",
    "grunt-html2js": "0.3.6",
    "multer": "1.2.1",
    "ng-html2js": "2.0.0"
  }
}