benmarch/angular-ui-tour

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "angular-ui-tour",
  "version": "0.9.4",
  "description": "angular-ui-tour",
  "author": {
    "name": "",
    "email": "",
    "url": "https://github.com/benmarch"
  },
  "homepage": "https://github.com/benmarch/angular-ui-tour",
  "bugs": {
    "url": "https://github.com/benmarch/angular-ui-tour/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://benmarch.mit-license.org"
    }
  ],
  "maintainers": [],
  "contributors": [],
  "repository": {
    "type": "git",
    "url": "git://github.com/benmarch/angular-ui-tour.git"
  },
  "main": "dist/angular-ui-tour.js",
  "scripts": {
    "develop": "webpack --devtool cheap-module-source-map --watch",
    "test": "karma start",
    "build": "webpack -p --progress",
    "release": "npm test && npm run build && release-it",
    "lint": "eslint app/**/*.js test/**/*.js"
  },
  "keywords": [
    "angular",
    "angular-ui",
    "tour"
  ],
  "dependencies": {
    "angular": ">=1.5",
    "angular-sanitize": ">=1.5",
    "angular-hotkeys": "1.7.0",
    "angular-scroll": "1.0.2",
    "hone": "1.1.0",
    "tether": "1.4.0",
    "angular-bind-html-compile": "https://github.com/incuna/angular-bind-html-compile.git#1.4.1"
  },
  "devDependencies": {
    "angular-mocks": "1.6.6",
    "babel": "6.23.0",
    "babel-core": "6.26.0",
    "babel-eslint": "8.0.1",
    "babel-loader": "7.1.2",
    "babel-plugin-async-to-promises": "1.0.5",
    "babel-plugin-istanbul": "4.1.5",
    "babel-preset-es2015": "6.24.1",
    "babel-preset-es2017": "6.24.1",
    "clean-webpack-plugin": "0.1.17",
    "css-loader": "0.28.7",
    "es6-promise": "4.1.1",
    "eslint": "4.7.2",
    "eslint-loader": "1.9.0",
    "exports-loader": "0.6.4",
    "expose-loader": "0.7.3",
    "istanbul-instrumenter-loader": "3.0.0",
    "jasmine-core": "2.8.0",
    "karma": "1.7.1",
    "karma-chrome-launcher": "2.2.0",
    "karma-coverage": "1.1.1",
    "karma-firefox-launcher": "1.0.1",
    "karma-jasmine": "1.1.0",
    "karma-phantomjs-launcher": "1.0.4",
    "karma-source-map-support": "1.2.0",
    "karma-sourcemap-loader": "0.3.7",
    "karma-webpack": "2.0.4",
    "load-grunt-tasks": "3.5.2",
    "ng-annotate-loader": "0.6.1",
    "ng-cache-loader": "0.0.26",
    "phantomjs-polyfill-object-assign": "0.0.2",
    "phantomjs-prebuilt": "2.1.15",
    "release-it": "3.0.0",
    "string-replace-loader": "1.3.0",
    "style-loader": "0.18.2",
    "time-grunt": "1.4.0",
    "webpack": "3.6.0",
    "webpack-node-externals": "1.6.0"
  },
  "engines": {
    "node": ">=4.4.0"
  }
}