{
  "name": "@blackbaud-bobbyearl/skyux-test",
  "version": "1.0.1",
  "description": "SKY UX test",
  "author": "Blackbaud, Inc.",
  "homepage": "https://github.com/blackbaud/skyux2",
  "license": "MIT",
  "main": "dist/bundles/core.umd.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "npm run clean:srctemp && node config/utils/stage-ts.js && cd .srctemp && ngc && cd ../ && npm run compile:sass && npm run copy:design-tokens && cd config/rollup && rollup -c rollup.config.js && rollup -c rollup.min.config.js && rollup -c rollup.demo.config.js && rollup -c rollup.demo.min.config.js && npm run clean:srctemp",
    "ci": "npm run lint && npm run test:ci",
    "clean": "rimraf -- dist",
    "clean:full": "npm cache clean && rimraf -- node_modules doc coverage dist .srctemp webdriver-screenshotslocal webdriver-screenshotslocal-diffs skyux-spa-visual-tests/node_modules/ skyux-spa-visual-tests/dist/",
    "clean:srctemp": "rimraf -- .srctemp",
    "compile:sass": "node config/utils/compile-sass.js",
    "copy:design-tokens": "node config/utils/copy-design-tokens.js",
    "lint": "skyux lint",
    "ngc": "ngc",
    "node-sass": "node-sass",
    "rollup": "rollup",
    "test": "npm run test:unit && npm run test:visual",
    "test:ci": "npm run test:unit:ci && npm run test:visual:ci",
    "test:unit": "npm run test:unit:base -- config/karma/local.karma.conf.js",
    "test:unit:ci": "npm run test:unit:base -- config/karma/ci.karma.conf.js",
    "test:unit:ci:ie": "npm run test:unit:base -- config/karma/ci-ie.karma.conf.js",
    "test:unit:base": "node --max-old-space-size=4096 node_modules/karma/bin/karma start",
    "test:visual": "cd skyux-spa-visual-tests && npm run build-visual && npm run test-visual:local",
    "test:visual:ci": "cd skyux-spa-visual-tests && npm run build-visual && npm run test-visual:ci",
    "test:visual:local-browserstack": "cd skyux-spa-visual-tests && npm run build-visual && npm run test-visual:local-browserstack",
    "postversion": "git push && git push --tags",
    "prebuild": "npm run clean",
    "pretest": "npm run lint",
    "preversion": "npm test",
    "version": "npm run build",
    "watch": "npm run test:unit -- --auto-watch --no-single-run",
    "webpack": "webpack",
    "wdio": "wdio"
  },
  "dependencies": {
    "@angular/animations": "4.3.6",
    "dragula": "3.7.2",
    "intl": "1.2.5",
    "microedge-rxstate": "2.0.2",
    "moment": "2.21.0",
    "ng2-dragula": "1.5.0",
    "ng2-toastr": "4.1.2",
    "web-animations-js": "2.3.1"
  },
  "devDependencies": {
    "@angular/core": "4.3.6",
    "@angular/forms": "4.3.6",
    "@angular/platform-browser": "4.3.6",
    "@angular/platform-browser-dynamic": "4.3.6",
    "@angular/router": "4.3.6",
    "@blackbaud/skyux": "latest",
    "@blackbaud/skyux-builder": "1.13.0",
    "@blackbaud/skyux-design-tokens": "0.0.8",
    "@types/core-js": "0.9.41",
    "@types/jasmine": "2.5.47",
    "@types/node": "7.0.18",
    "@types/webpack": "2.2.15",
    "angular2-template-loader": "0.6.2",
    "awesome-typescript-loader": "3.1.3",
    "base64-image-loader": "1.2.0",
    "codelyzer": "3.0.1",
    "core-js": "2.4.1",
    "css-loader": "0.28.1",
    "enhanced-resolve": "3.3.0",
    "express": "4.15.2",
    "extract-text-webpack-plugin": "2.1.0",
    "file-loader": "0.11.1",
    "fontfaceobserver": "2.0.13",
    "fs-extra": "4.0.1",
    "glob": "7.1.2",
    "html-webpack-plugin": "2.28.0",
    "http-server": "0.10.0",
    "istanbul-instrumenter-loader": "2.0.0",
    "jasmine": "2.6.0",
    "json-loader": "0.5.4",
    "karma": "1.7.0",
    "karma-browserstack-launcher": "1.3.0",
    "karma-chrome-launcher": "2.1.1",
    "karma-coverage": "1.1.1",
    "karma-jasmine": "1.1.0",
    "karma-mocha-reporter": "2.2.3",
    "karma-sourcemap-loader": "0.3.7",
    "karma-webpack": "2.0.3",
    "karma-webpack-grep": "1.0.1",
    "less": "2.7.2",
    "node-resemble-js": "0.2.0",
    "node-sass": "4.5.3",
    "node-sass-tilde-importer": "1.0.0",
    "normalize-scss": "5.0.3",
    "raw-loader": "0.5.1",
    "remap-istanbul": "0.9.5",
    "rimraf": "2.6.1",
    "rollup": "0.41.6",
    "rollup-plugin-commonjs": "8.0.2",
    "rollup-plugin-node-resolve": "3.0.0",
    "rollup-plugin-uglify": "1.0.2",
    "rxjs": "5.4.3",
    "sass-loader": "6.0.5",
    "selenium-standalone": "6.4.1",
    "source-map-inline-loader": "1.0.0",
    "source-map-loader": "0.2.1",
    "style-loader": "0.17.0",
    "ts-helpers": "1.1.2",
    "tslint": "5.2.0",
    "typescript": "2.3.2",
    "url-loader": "0.5.8",
    "webpack": "2.5.1",
    "webpack-dev-middleware": "1.10.2",
    "webpack-dev-server": "2.4.5",
    "webpack-merge": "4.1.0",
    "zone.js": "0.8.10"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/blackbaud/skyux2.git"
  },
  "bugs": {
    "url": "https://github.com/blackbaud/skyux2/issues"
  },
  "engines": {
    "node": ">= 6.11.1",
    "npm": ">= 3"
  }
}
