{
  "name": "mapbox-gl-function",
  "version": "1.3.0",
  "description": "Evaluate a Mapbox GL style function",
  "devDependencies": {
    "eslint": "^0.22.1",
    "tape": "^3.5.0"
  },
  "scripts": {
    "test": "eslint index.js test/*.js && tape test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:mapbox/mapbox-gl-function.git"
  },
  "license": "ISC",
  "eslintConfig": {
    "rules": {
      "no-use-before-define": [
        2,
        "nofunc"
      ],
      "camelcase": 2,
      "space-after-function-name": 2,
      "space-in-parens": 2,
      "space-before-blocks": 2,
      "space-after-keywords": 2,
      "comma-style": 2,
      "no-lonely-if": 2,
      "new-cap": 0,
      "no-empty": 2,
      "no-new": 2,
      "no-multi-spaces": 0,
      "space-in-brackets": 0,
      "brace-style": 0,
      "quotes": 0,
      "no-underscore-dangle": 0,
      "curly": 0,
      "no-constant-condition": 0,
      "no-native-reassign": 0,
      "no-shadow": 0,
      "key-spacing": 0
    },
    "env": {
      "node": true,
      "browser": true
    }
  }
}
