
We are having problems in some files, that don't have cr at the end of the file. Some other editors are automatically adding it, so it's highlighting non-existent differences on gerrit when editing. Add grunt-lintspaces to ensure that all js files end with newline. Update all the files to end with a CR to prevent these errors. Change-Id: If0c89399dbb5cdf94384e979a3cfe8038850193b Story: 2000089
62 lines
1.9 KiB
JSON
62 lines
1.9 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.4.0",
|
|
"karma-jasmine": "0.2.2",
|
|
"grunt-contrib-concat": "0.5.0",
|
|
"grunt-contrib-copy": "0.6.0",
|
|
"grunt-contrib-clean": "0.6.0",
|
|
"grunt-html2js": "0.2.9",
|
|
"grunt-open": "0.2.3",
|
|
"grunt-usemin": "2.4.0",
|
|
"grunt-contrib-htmlmin": "0.3.0",
|
|
"grunt-contrib-cssmin": "0.10.0",
|
|
"grunt-contrib-less": "0.11.4",
|
|
"grunt-karma": "0.9.0",
|
|
"grunt-contrib-connect": "0.8.0",
|
|
"grunt-contrib-watch": "0.6.1",
|
|
"grunt-contrib-jshint": "0.10.0",
|
|
"grunt-contrib-uglify": "0.6.0",
|
|
"grunt-contrib-imagemin": "0.8.1",
|
|
"gifsicle": "1.0.0",
|
|
"grunt": "0.4.5",
|
|
"grunt-cli": "0.1.13",
|
|
"matchdep": "0.3.0",
|
|
"karma-script-launcher": "0.1.0",
|
|
"karma-chrome-launcher": "0.1.5",
|
|
"karma-html2js-preprocessor": "0.1.0",
|
|
"karma-firefox-launcher": "0.1.3",
|
|
"karma-coffee-preprocessor": "0.2.1",
|
|
"requirejs": "2.1.15",
|
|
"karma-requirejs": "0.2.2",
|
|
"karma-phantomjs-launcher": "0.1.4",
|
|
"karma": "0.12.23",
|
|
"bower": "1.3.12",
|
|
"grunt-shell": "1.1.1",
|
|
"karma-coverage": "0.2.6",
|
|
"grunt-env": "0.4.1",
|
|
"protractor": "1.3.1",
|
|
"grunt-protractor-runner": "1.1.4",
|
|
"selenium-standalone": "2.43.1-2.9.0-1",
|
|
"karma-html-reporter": "0.2.4",
|
|
"grunt-connect-proxy": "0.1.11",
|
|
"grunt-webfont": "0.4.8",
|
|
"grunt-lintspaces": "0.6.0"
|
|
}
|
|
}
|