197d5dd2bd
This contains the initial commit for the storyboard web client project, consisting of the basic build & testing harnesses, simple set of routes, and a list of basic dependencies necessary to run an application. It's purpose is to be reference Javascript/Angular project to test out the build images.
58 lines
1.8 KiB
JSON
58 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-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-recess": "0.5.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.15.0",
|
|
"grunt-protractor-runner": "0.2.0",
|
|
"selenium-standalone": "2.39.0-2.7.0",
|
|
"karma-html-reporter": "~0.1.1"
|
|
}
|
|
}
|