storyboard-webclient/package.json
Michael Krotscheck 062836f2dd MVP Storyboard Client
This patch constitutes the work discussed in Brussels for the MVP webclient.
 Changes made, as follows:

1- Updated header to contain Overview, Projects, Stories, and a "New Story"
button, including mobile treatment.
2- Updated navigation header to use selection styling for mobile and regular.
3- Application index contains new-story button.
4- Main application container now has a minheight.
5- Removed old controllers (code cleanup) before reimplementation.
6- Wired project views (require API support).
7- Wired story views (require API support).
8- Wired new story modal (require API support).
9- New task form (requires API support).
10- Wired up new functional tests and fixed a few issues in existing unit
tests.
11- Switched LESS compiler from recess to less, since recess can no longer
compile the most recent version of bootstrap.

Change-Id: Iddd5b29dd899d92f05ad7a9a63814d8599e167d4
2014-02-26 11:34:27 -08: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.1.4",
"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.9.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.8"
}
}