UNPKG

client-ui

Version:

Testing implementation of nodeJs Backend, angular frontend, and hopefully in a way that this can be deployed to s3/cloudfront

36 lines (35 loc) 996 B
{ "name": "client-ui", "version": "1.0.0", "description": "Testing implementation of nodeJs Backend, angular frontend, and hopefully in a way that this can be deployed to s3/cloudfront", "main": "server.js", "scripts": { "start": "node server.js", "test": "karma start karma-dev.conf.js" }, "dependencies": { "compression": "^1.4.3", "ejs": "^2.3.1", "express": "^4.12.2", "morgan": "^1.5.2", "ui-sdk": "git+ssh://git@github.com:qloan/ui-sdk.git" }, "devDependencies": { "async": "^0.9.0", "chai": "^2.2.0", "del": "^1.1.1", "gulp": "^3.8.11", "jasmine-node": "^1.14.5", "jasmine-reporters": "^1.0.2", "karma": "^0.12.31", "karma-chai": "^0.1.0", "karma-html2js-preprocessor": "^0.1.0", "karma-junit-reporter": "^0.2.2", "karma-mocha": "^0.1.10", "karma-phantomjs-launcher": "^0.1.4", "karma-sinon": "^1.0.4", "mocha": "^2.2.4", "qloan-gulp-extended": "1.0.7", "sinon": "^1.17.2" } }