aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json
index 157872dfc..a4b5fdefb 100644
--- a/package.json
+++ b/package.json
@@ -20,7 +20,9 @@
}
]
, "devDependencies": {
- "grunt": "~0.4.1"
+ "browserstack-runner": "~0.0.12"
+ , "btoa": "~1.1.1"
+ , "grunt": "~0.4.1"
, "grunt-contrib-clean": "~0.5.0"
, "grunt-contrib-concat": "~0.3.0"
, "grunt-contrib-connect": "~0.5.0"
@@ -30,8 +32,7 @@
, "grunt-contrib-uglify": "~0.2.4"
, "grunt-contrib-watch": "~0.5.3"
, "grunt-html-validation": "~0.1.5"
- , "grunt-jekyll": "~0.3.9"
+ , "grunt-jekyll": "~0.4.0"
, "grunt-recess": "~0.4.0"
- , "browserstack-runner": "~0.0.12"
}
}