{ "name": "mbgl", "version": "0.0.1", "description": "Renders map tiles with Mapbox GL", "keywords": [ "mapbox", "gl" ], "main": "lib/mbgl.node", "repository": { "type": "git", "url": "git://github.com/mapbox/node-mapbox-gl-native.git" }, "licenses": [ { "type": "BSD", "url": "https://github.com/mapbox/node-mapbox-gl-native/blob/master/LICENSE.txt" } ], "dependencies": { "nan": "^1.4.1", "node-pre-gyp": "^0.6.4" }, "bundledDependencies": [ "node-pre-gyp" ], "devDependencies": { "aws-sdk": "^2.1.9", "mapbox-gl-test-suite": "git://github.com/mapbox/mapbox-gl-test-suite#master", "mkdirp": "^0.5.0", "tape": "^3.5.0" }, "scripts": { "install": "node-pre-gyp install || make", "test": "make test", "rebuild": "make clean && make" }, "gypfile": true, "binary": { "module_name": "mbgl", "module_path": "./lib/", "host": "https://mapbox-node-binary.s3.amazonaws.com", "remote_path": "./{name}/v{version}", "package_name": "{node_abi}-{platform}-{arch}.tar.gz" } }