{
  "name": "mobify-progressive-app-sdk",
  "version": "4.0.0",
  "description": "Mobify Platform - Progressive App SDK",
  "main": " ",
  "author": "Mobify",
  "repository": "mobify/astro",
  "license": "SEE LICENSE IN LICENSE",
  "scripts": {
    "prepublish": "npm run build:astro_client",
    "setup": "scripts/setup.sh",
    "pretest": "npm run lint && webpack --config js/tests/webpack.test.config.js",
    "test": "scripts/run-tests-js.sh",
    "test:debug": "MOBIFY_DEBUG=true npm run test",
    "prelint": "rm -f js/tests/specRunner.es5.js",
    "lint": "eslint -c ./.eslintrc.yml js/tests js/src",
    "fixture-server": "test-fixtures/server.js",
    "fixture-server:stop": "pkill -f 'node test-fixtures/server.js'",
    "predocs:serve": "npm run docs:lint",
    "docs:serve": "harp server docs",
    "predocs:compile": "npm run docs:lint",
    "docs:compile": "harp compile docs docs/build",
    "docs:lint": "lint-md docs/public/latest docs/public/dev",
    "docs:lint-hard": "lint-md --frail docs/public/latest docs/public/dev",
    "predocs:upload": "npm run docs:compile",
    "docs:upload": "grunt aws_s3:astro_docs",
    "preupload:astro_client": "npm run build:astro_client",
    "upload:astro_client": "grunt aws_s3:astro_client",
    "build:astro_client": "webpack --config js/webpack.client.config.js",
    "postbuild:astro_client": "mkdir -p dist/es6 && cp js/build/astro-client.min.js dist/astro-client.js && cp js/build/astro-detect.min.js dist/astro-detect.js && cp js/src/astro-detect.js dist/es6/astro-detect.js"
  },
  "dependencies": {
    "bluebird": "~2.9.24",
    "npm-cli-login": "^0.1.1",
    "sandy-tracking-pixel-client": "0.1.19"
  },
  "devDependencies": {
    "@babel/plugin-transform-block-scoping": "7.0.0",
    "@babel/core": "7.0.0",
    "babel-eslint": "^7.1.1",
    "babel-loader": "7.1.4",
    "babel-preset-env": "1.6.1",
    "chai": "^3.5.0",
    "eslint": "^3.10.2",
    "eslint-import-resolver-webpack": "^0.11.0",
    "eslint-loader": "2.0.0",
    "eslint-plugin-import": "^2.2.0",
    "express": "^4.12.4",
    "grunt": "^0.4.5",
    "grunt-aws-s3": "^0.14.0",
    "grunt-cli": "^1.2.0",
    "harp": "^0.23.0",
    "jstransformer-marked": "^1.0.1",
    "mobify-code-style": "2.8.5",
    "mocha": "^3.1.2",
    "mocha-phantomjs-core": "2.0.0",
    "morgan": "^1.5.3",
    "phantomjs-prebuilt": "^2.1.3",
    "webpack": "4.6.0",
    "webpack-cli": "^2.1.3",
    "wrapper-webpack-plugin": "2.0.0"
  },
  "engineStrict": true,
  "engines": {
    "node": "8.10.x || 9.x"
  }
}
