From d9835663bfd7ec2605495d7b56a7d84c94fa2f52 Mon Sep 17 00:00:00 2001 From: Grant Miner Date: Sun, 27 Sep 2015 10:55:07 -0500 Subject: [PATCH] Add grunt-cli and phantomjs, allows for "npm install" and then "npm run test" on a fresh clone. --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index eb2375e..9429dd3 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,7 @@ "es6-promise": "^3.0.2", "grunt": "^0.4.5", "grunt-banner": "^0.5.0", + "grunt-cli": "^0.1.13", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-nodeunit": "^0.4.1", "grunt-contrib-watch": "^0.6.1", @@ -49,6 +50,7 @@ "karma-webpack": "^1.7.0", "load-grunt-tasks": "^3.2.0", "minimist": "^1.1.3", + "phantomjs": "^1.9.18", "webpack": "^1.11.0", "webpack-dev-server": "^1.10.1" },