aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/package.json
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-02-19 10:28:42 +0200
committerMichael Lando <ml636r@att.com>2017-02-19 10:51:01 +0200
commit451a3400b76511393c62a444f588a4ed15f4a549 (patch)
treee4f5873a863d1d3e55618eab48b83262f874719d /catalog-ui/package.json
parent5abfe4e1fb5fae4bbd5fbc340519f52075aff3ff (diff)
Initial OpenECOMP SDC commit
Change-Id: I0924d5a6ae9cdc161ae17c68d3689a30d10f407b Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'catalog-ui/package.json')
-rw-r--r--catalog-ui/package.json67
1 files changed, 67 insertions, 0 deletions
diff --git a/catalog-ui/package.json b/catalog-ui/package.json
new file mode 100644
index 0000000000..beb2af9996
--- /dev/null
+++ b/catalog-ui/package.json
@@ -0,0 +1,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"
+ }
+}