diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 0998cc15f3..1e99cdc646 100644 --- a/package.json +++ b/package.json @@ -28,8 +28,10 @@ "aws-sdk": "^2.1.9", "mapbox-gl-test-suite": "git://github.com/mapbox/mapbox-gl-test-suite#master", "mkdirp": "^0.5.0", + "request": "^2.53.0", "tap-spec": "^2.2.1", - "tape": "^3.5.0" + "tape": "^3.5.0", + "st": "^0.5.3" }, "scripts": { "install": "node-pre-gyp install || make", |