storyboard-webclient/package.json
Adam Coldrick 849440ed19 Update fontawesome to version 5
Version 5 of fontawesome has somewhat better icons for things
like tasks and boards. This commit makes the requisite changes
to our build process to support this upgrade, and switches to
the correct npm package for version 5. It also updates some
icon names which were changed between versions.

Change-Id: If7a538328156cc4007ae065ff96dac18fddd68da
2018-08-03 21:54:31 +01:00

88 lines
2.7 KiB
JSON

{
"name": "storyboard-webclient",
"version": "0.0.1",
"description": "An all-javascript webclient for the Storyboard API",
"main": "index.html",
"scripts": {
"clean": "grunt clean",
"lint": "eslint ./",
"pretest-unit": "grunt build",
"test-unit": "karma start ./karma.conf.js",
"test-functional": "grunt test:functional",
"test-integration": "grunt test:integration",
"draft": "grunt build:draft",
"build": "grunt build",
"serve": "grunt serve"
},
"repository": "https://git.openstack.org/openstack-infra/storyboard-webclient",
"keywords": [
"openstack",
"storyboard",
"task",
"project management"
],
"author": "OpenStack <openstack-dev@lists.openstack.org>",
"license": "Apache-2.0",
"devDependencies": {
"connect-livereload": "0.4.0",
"eslint": "0.15.1",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-connect-proxy": "^0.2.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.8.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-less": "^1.4.1",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-env": "^0.4.1",
"grunt-gitinfo": "^0.1.7",
"grunt-html2js": "^0.2.9",
"grunt-protractor-runner": "1.1.4",
"grunt-shell": "1.1.1",
"grunt-template": "^0.2.3",
"grunt-usemin": "2.4.0",
"grunt-webfont": "^1.6.0",
"jasmine-core": "^2.4.1",
"karma": "0.13.22",
"karma-chrome-launcher": "0.2.3",
"karma-cli": "^0.1.2",
"karma-coverage": "0.5.5",
"karma-firefox-launcher": "0.1.7",
"karma-html-reporter": "0.2.7",
"karma-html2js-preprocessor": "0.1.0",
"karma-jasmine": "0.3.8",
"karma-requirejs": "0.2.6",
"matchdep": "0.3.0",
"protractor": "1.3.1",
"requirejs": "2.1.15",
"selenium-standalone": "2.43.1-2.9.0-1"
},
"dependencies": {
"@fortawesome/fontawesome-free-webfonts": "^1.0.3",
"@uirouter/angularjs": "^1.0.12",
"angular": "1.5.8",
"angular-bootstrap": "0.12.2",
"angular-cache": "https://github.com/jmdobry/angular-cache/archive/3.2.5.tar.gz",
"angular-elastic": "https://github.com/monospaced/angular-elastic/archive/v2.4.2.tar.gz",
"angular-local-storage": "0.1.5",
"angular-mocks": "1.5.8",
"angular-moment": "0.9.0",
"angular-resource": "1.5.8",
"angular-sanitize": "1.5.8",
"angular-scenario": "1.5.8",
"angularjs-viewhead": "0.0.1",
"bootstrap": "3.3.7",
"gifsicle": "1.0.0",
"highlightjs": "9.10.0",
"markdown-it": "8.4.0",
"moment-timezone": "0.5.4",
"ng-sortable": "1.3.1"
}
}