summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2015-08-21 15:53:24 -0400
committerMike Morris <michael.patrick.morris@gmail.com>2015-08-21 16:22:04 -0400
commit6e6387e089d2f8cf998f6726fec8eef25028627f (patch)
tree2abf4da384fa29f7c64cd3773a0afa432ef9b71a /package.json
parenta8d9b921d71a91d7f8eff82e5a584aaab8b7d1c6 (diff)
downloadqtlocation-mapboxgl-6e6387e089d2f8cf998f6726fec8eef25028627f.tar.gz
move node-mbgl to platform/node/ directory
Diffstat (limited to 'package.json')
-rw-r--r--package.json51
1 files changed, 0 insertions, 51 deletions
diff --git a/package.json b/package.json
deleted file mode 100644
index 7ff254dce9..0000000000
--- a/package.json
+++ /dev/null
@@ -1,51 +0,0 @@
-{
- "name": "mapbox-gl-native",
- "version": "1.1.3",
- "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.9.0",
- "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#7251829de9d2804fe02cd8f7acc0e30ea278429d",
- "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"
- }
-}