diff options
author | samanpwbb <samanpwbb@gmail.com> | 2015-03-04 15:15:33 -0500 |
---|---|---|
committer | samanpwbb <samanpwbb@gmail.com> | 2015-03-07 18:07:26 -0500 |
commit | fffb0f7df5e1a5b1ce1f75ecc466820328f86f4c (patch) | |
tree | 040fc5079ce1376ece3a8d1c648e1883e870b9ac /package.json | |
parent | 2734e2c3f9d8773a52f5b20f856a02ba2268b6a8 (diff) | |
download | qtlocation-mapboxgl-fffb0f7df5e1a5b1ce1f75ecc466820328f86f4c.tar.gz |
fix example
blah
real test
Still not writing tests correctly
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", |