added grunt to dependecies

This commit is contained in:
David Baldwynn 2015-10-31 19:43:51 -07:00
parent 754f2fa789
commit f96ece5fe3

View File

@ -78,7 +78,8 @@
"grunt-ng-annotate": "~1.0.1",
"grunt-node-inspector": "~0.4.1",
"grunt-nodemon": "~0.4.0",
"grunt-html2js": "^0.3.5",
"grunt-mocha-test": "~0.12.1",
"grunt-html2js": "^0.3.5"
},
"devDependencies": {
"node-mandrill": "^1.0.1",
@ -90,12 +91,11 @@
"supertest": "~1.1.0",
"supertest-session": "^1.0.0",
"mailosaur": "^1.0.1",
"grunt-mocha-test": "~0.12.1",
"karma": "~0.13.14",
"karma-chrome-launcher": "~0.2.1",
"karma-coverage": "~0.5.3",
"karma-firefox-launcher": "~0.1.3",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "~0.2.1",
"karma-phantomjs-launcher": "~0.2.1"
}
}