{
  "name": "vigour-env",
  "version": "2.0.7",
  "description": "Provides info about the device, platform and build",
  "main": "lib/index.js",
  "scripts": {
    "test": "gaston test -r browser -s test/browser/index.js",
    "ios-test": "cd test && ../node_modules/.bin/gaston bundle -t -s manual/index.js -o . -i && wrapper build --native.selectedPlatforms ios",
    "ios": "npm run build && wrapper build --native.selectedPlatforms ios",
    "android-test": "cd test && ../node_modules/.bin/gaston bundle -t -s manual/index.js -o . -i && wrapper build --native.selectedPlatforms android",
    "android": "npm run build && wrapper build --native.selectedPlatforms android",
    "all": "npm run build && wrapper build",
    "prepush": "./node_modules/.bin/standard lib/**/*.js",
    "make-links": "./makelinks.sh vigour-env"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vigour-io/env.git"
  },
  "keywords": [
    "vigour",
    "wrapper",
    "native",
    "plugin",
    "env"
  ],
  "author": "Shawn Inder <shawn@vigour.io>",
  "contributors": [
    "Shawn Inder <shawn@vigour.io>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vigour-io/env/issues"
  },
  "homepage": "https://github.com/vigour-io/env",
  "engines": {
    "node": ">=0.12"
  },
  "dependencies": {
    "vigour-package": "^1.0.0",
    "vigour-ua": "^1.0.0",
    "vigour-wrapper-bridge": "^1.0.0",
    "lodash.get": "^4.1.2"
  },
  "devDependencies": {
    "gaston": "^0.29.10",
    "moment": "^2.10.6",
    "npmlog": "^2.0.2",
    "standard": "^5.4.1"
  },
  "vigour": {
    "plugin": {
      "android": {
        "className": "io.vigour.plugin.env.EnvPlugin",
        "instantiation": "new EnvPlugin(this)",
        "permissions": [
          "android.permission.ACCESS_NETWORK_STATE",
          "android.permission.ACCESS_WIFI_STATE"
        ]
      }
    }
  },
  "standard": {
    "globals": [
      "alert",
      "describe",
      "it",
      "expect",
      "before",
      "after",
      "beforeEach",
      "afterEach",
      "sinon"
    ]
  }
}
