{ "name": "mapbox-gl-native", "version": "1.1.2", "description": "Renders map tiles with Mapbox GL", "keywords": [ "mapbox", "gl" ], "main": "lib/mapbox-gl-native.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.8.4", "node-pre-gyp": "^0.6.7" }, "bundledDependencies": [ "node-pre-gyp" ], "devDependencies": { "aws-sdk": "^2.1.27", "faucet": "0.0.1", "mapbox-gl-test-suite": "git://github.com/mapbox/mapbox-gl-test-suite#master", "mkdirp": "^0.5.1", "pngjs": "^0.4.0", "request": "^2.55.0", "st": "^0.5.3", "tape": "^4.0.0" }, "scripts": { "install": "node-pre-gyp install || make", "test": "make test", "rebuild": "make clean && make", "build": "make" }, "gypfile": true, "binary": { "module_name": "mapbox-gl-native", "module_path": "./lib/", "host": "https://mapbox-node-binary.s3.amazonaws.com", "remote_path": "./{name}/v{version}", "package_name": "{node_abi}-{platform}-{arch}.tar.gz" } }