summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2015-02-11 14:23:49 -0800
committerMike Morris <michael.patrick.morris@gmail.com>2015-02-11 14:23:49 -0800
commit9fc0b58eb6c9dff7d1647c6f88d475cbd54da49b (patch)
tree60bb20d8830749a758796d3fa37bd9e81e747c8c /package.json
parent36e25f389691761b2b5de44d12cfaa49a928e92b (diff)
parent2c5bd218de7b62a49fa44597d6dc24726472b930 (diff)
downloadqtlocation-mapboxgl-9fc0b58eb6c9dff7d1647c6f88d475cbd54da49b.tar.gz
Merge pull request #79 from mapbox/new-arch-test
add tests to new-arch branch
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 6 insertions, 4 deletions
diff --git a/package.json b/package.json
index 7781e1b82c..0618acb105 100644
--- a/package.json
+++ b/package.json
@@ -17,12 +17,14 @@
}
],
"dependencies": {
+ "nan": "^1.4.1"
+ },
+ "devDependencies": {
+ "aws-sdk": "^2.1.9",
+ "mapbox-gl-test-suite": "git://github.com/mapbox/mapbox-gl-test-suite",
"mkdirp": "^0.5.0",
- "mocha": "^2.1.0",
- "nan": "^1.4.1",
- "request": "^2.51.0"
+ "tape": "^3.5.0"
},
- "devDependencies": {},
"scripts": {
"install": "make",
"test": "make test"