storyboard-webclient/package.json
Michael Krotscheck 978d3404e4 Enabled functional tests
An outstanding bug in grunt-connect-proxy v0.1.8 caused an error
in our selenium UI tests. I submitted a patch that was accepted
in v0.1.9, however that version was never properly deployed to
NPM due to the recent CA cert chain changes. The package
maintainer finally released a new version.

This commit upgrades the proxy to v0.1.10 and re-enables our
selenium tests.

Change-Id: Ia944f59e8b6f303a956ca2dbe7b506cf231c79bd
2014-04-18 09:16:11 -07:00

59 lines
1.8 KiB
JSON

{
"name": "storyboard-webclient",
"version": "0.0.1",
"description": "An all-javascript webclient for the Storyboard API",
"main": "index.html",
"scripts": {
"test": "grunt test"
},
"repository": "",
"keywords": [
"openstack",
"storyboard",
"task",
"project management"
],
"author": "Michael Krotscheck",
"license": "Apache2",
"devDependencies": {
"connect-livereload": "0.3.1",
"karma-jasmine": "0.2.2",
"grunt-contrib-concat": "0.3.0",
"grunt-contrib-copy": "0.4.1",
"grunt-contrib-clean": "0.5.0",
"grunt-html2js": "0.2.3",
"grunt-open": "0.2.2",
"grunt-usemin": "2.0.2",
"grunt-contrib-htmlmin": "0.1.3",
"grunt-contrib-cssmin": "0.7.0",
"grunt-contrib-less": "0.11.0",
"grunt-karma": "0.6.2",
"grunt-contrib-connect": "0.5.0",
"grunt-contrib-watch": "0.5.3",
"grunt-contrib-jshint": "0.7.2",
"grunt-contrib-uglify": "0.2.7",
"grunt-contrib-imagemin": "0.4.0",
"grunt": "0.4.2",
"grunt-cli": "0.1.11",
"matchdep": "0.1.2",
"karma-script-launcher": "0.1.0",
"karma-chrome-launcher": "0.1.1",
"karma-html2js-preprocessor": "0.1.0",
"karma-firefox-launcher": "0.1.2",
"karma-coffee-preprocessor": "0.1.1",
"requirejs": "2.1.9",
"karma-requirejs": "0.2.0",
"karma-phantomjs-launcher": "0.1.1",
"karma": "0.10.8",
"bower": "1.2.8",
"grunt-shell": "0.6.1",
"karma-coverage": "0.1.4",
"grunt-env": "0.4.1",
"protractor": "0.19.0",
"grunt-protractor-runner": "0.2.3",
"selenium-standalone": "2.39.0-2.7.0",
"karma-html-reporter": "0.1.1",
"grunt-connect-proxy": "0.1.10"
}
}