blob: beb2af9996f40c86085adbff3da66c6a9d1d6987 [file] [log] [blame]
Michael Lando451a3402017-02-19 10:28:42 +02001{
2 "name": "catalog-ui",
3 "description": "ASDC Single page application",
4 "repository": {
5 "type": "git",
6 "url": "git@gitlab:root/D2-SDnC.git"
7 },
8 "devDependencies": {
9 "apache-server-configs": "^2.7.1",
10 "cors": "2.7.1",
11 "grunt": "1.0.1",
12 "grunt-angular-templates": "1.1.0",
13 "grunt-autoprefixer": "3.0.4",
14 "grunt-concurrent": "0.5.0",
15 "grunt-contrib-clean": "1.0.0",
16 "grunt-contrib-concat": "1.0.1",
17 "grunt-contrib-connect": "0.10.1",
18 "grunt-contrib-copy": "1.0.0",
19 "grunt-contrib-cssmin": "0.10.0",
20 "grunt-contrib-htmlmin": "2.1.0",
21 "grunt-contrib-imagemin": "1.0.1",
22 "grunt-contrib-jshint": "1.1.0",
23 "grunt-contrib-uglify": "2.0.0",
24 "grunt-contrib-watch": "1.0.0",
25 "grunt-include-source": "1.0.0",
26 "grunt-karma": "2.0.0",
27 "grunt-mocha": "1.0.2",
28 "grunt-newer": "0.7.0",
29 "grunt-ng-constant": "1.1.0",
30 "grunt-rev": "0.1.0",
31 "grunt-svgmin": "4.0.0",
32 "grunt-text-replace": "0.4.0",
33 "grunt-tslint": "^3.3.0",
34 "grunt-usemin": "3.1.1",
35 "grunt-wiredep": "2.0.0",
36 "http-proxy-middleware": "^0.14.0",
37 "jasmine-core": "2.5.2",
38 "jshint-stylish": "2.2.1",
39 "karma": "1.4.0",
40 "karma-chrome-launcher": "0.2.2",
41 "karma-coverage": "1.1.1",
42 "karma-jasmine": "1.1.0",
43 "karma-junit-reporter": "0.3.8",
44 "karma-mocha-reporter": "2.2.2",
45 "karma-ng-html2js-preprocessor": "1.0.0",
46 "karma-ng-scenario": "1.0.0",
47 "karma-phantomjs-launcher": "0.2.1",
48 "load-grunt-tasks": "3.5.2",
49 "phantomjs": "2.1.7",
50 "time-grunt": "1.4.0",
51 "tslint": "^3.15.1"
52 },
53 "engines": {
54 "node": ">=6.9.4"
55 },
56 "dependencies": {
57 "cytoscape.js-undo-redo": "^1.0.1",
58 "express": "4.14.0",
59 "grunt-asset-injector": "0.1.0",
60 "grunt-contrib-less": "1.4.0",
61 "grunt-express-server": "0.5.3",
62 "grunt-ts": "5.5.1",
63 "grunt-html2js": "0.3.6",
64 "multer": "1.2.1",
65 "ng-html2js": "2.0.0"
66 }
67}