summaryrefslogtreecommitdiff
path: root/package.json
blob: 01e499e43e6ee673758051e6763611bd5a2c5e74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
  "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"
  },
  "devDependencies": {
    "aws-sdk": "^2.1.9",
    "mapbox-gl-test-suite": "git://github.com/mapbox/mapbox-gl-test-suite",
    "mkdirp": "^0.5.0",
    "tape": "^3.5.0"
  },
  "scripts": {
    "install": "make",
    "test": "make test"
  },
  "gypfile": true
}