From 59a9c3ee83c9a54e455f374d1a349c674f2564f2 Mon Sep 17 00:00:00 2001 From: Michael Joyce Date: Wed, 27 Aug 2014 20:15:35 -0700 Subject: [PATCH] CLIMATE-514 - Fix missing package.json dependencies --- ocw-ui/frontend/package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ocw-ui/frontend/package.json b/ocw-ui/frontend/package.json index be2f597b..0f3c5626 100644 --- a/ocw-ui/frontend/package.json +++ b/ocw-ui/frontend/package.json @@ -3,8 +3,12 @@ "version": "0.0.0", "dependencies": {}, "devDependencies": { + "bower": "^1.3.9", + "generator-angular": "^0.9.5", + "generator-karma": "^0.8.3", "grunt": "^0.4.1", "grunt-autoprefixer": "^0.7.3", + "grunt-cli": "^0.1.13", "grunt-concurrent": "^0.5.0", "grunt-contrib-clean": "^0.5.0", "grunt-contrib-concat": "^0.4.0", @@ -29,7 +33,8 @@ "karma-jasmine": "^0.1.5", "karma-phantomjs-launcher": "^0.1.4", "load-grunt-tasks": "^0.4.0", - "time-grunt": "^0.3.1" + "time-grunt": "^0.3.1", + "yo": "^1.2.1" }, "engines": { "node": ">=0.10.0"