radar/webclient/package.json
Steven Weston 59b14fe68c add new dashboard code
Adding new dashboard code for the Radar CI Dashboard

old radar code was moved to the directory scripts

Change-Id: I8a588a56aa9fd044826c889813986041fcd142d6
2014-12-30 17:10:03 -05:00

67 lines
2.0 KiB
JSON

{
"name": "radar-webclient",
"version": "1.0.0",
"description": "An all Javascript Web Client for the Radar API",
"main": "Gruntfile.js",
"dependencies": {
"bower": "^1.3.12",
"connect-livereload": "^0.4.0",
"gifsicle": "^1.0.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-connect-proxy": "^0.1.11",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.6.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-htmlmin": "^0.3.0",
"grunt-contrib-imagemin": "^0.8.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "^0.11.4",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-env": "^0.4.1",
"grunt-html2js": "^0.2.9",
"grunt-karma": "^0.9.0",
"grunt-open": "^0.2.3",
"grunt-protractor-runner": "^1.1.4",
"grunt-usemin": "^2.4.0",
"grunt-shell": "^1.1.1",
"grunt-webfont": "^0.4.8",
"karma": "^0.12.23",
"karma-coffee-preprocessor": "^0.2.1",
"karma-coverage": "^0.2.6",
"karma-chrome-launcher": "^0.1.5",
"karma-firefox-launcher": "^0.1.3",
"karma-html-reporter": "^0.2.4",
"karma-html2js-preprocessor": "^0.1.0",
"karma-jasmine": "^0.2.2",
"karma-phantomjs-launcher": "^0.1.4",
"karma-requirejs": "^0.2.2",
"karma-script-launcher": "^0.1.0",
"matchdep": "^0.3.0",
"protractor": "^1.3.1",
"requirejs": "^2.1.15",
"selenium-standalone": "^2.43.1-2.9.0-1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-angular-templates": "^0.5.7",
"grunt-connect-proxy": "^0.1.11",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.6.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-filerev": "^2.1.2",
"grunt-html2js": "^0.2.9",
"grunt-open": "^0.2.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Steve Weston",
"license": "Apache2"
}