Advertisement
Guest User

Untitled

a guest
May 28th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.75 KB | None | 0 0
  1. {
  2.   "name": "desktopBackoffice",
  3.   "version": "3.0.0",
  4.   "dependencies": {},
  5.   "scripts": {
  6.     "start": "npm run postinstall && gulp build",
  7.     "gulp": "gulp",
  8.     "build": "gulp build",
  9.     "serve": "gulp serve",
  10.     "dev": "./node_modules/.bin/gulp serve",
  11.     "postinstall": "bower install --allow-root",
  12.     "test": "echo not yet..."
  13.   },
  14.   "devDependencies": {
  15.     "babel-preset-es2015": "~6.18.0",
  16.     "bower": "^1.8.0",
  17.     "browser-sync": "~2.0.1",
  18.     "chalk": "~0.5.1",
  19.     "del": "~1.1.1",
  20.     "gulp": "^3.8.11",
  21.     "gulp-6to5": "~3.0.0",
  22.     "gulp-angular-templatecache": "~1.5.0",
  23.     "gulp-autoprefixer": "~2.1.0",
  24.     "gulp-babel": "~6.1.2",
  25.     "gulp-batch": "~1.0.5",
  26.     "gulp-browserify": "~0.5.1",
  27.     "gulp-concat": "^2.4.3",
  28.     "gulp-consolidate": "~0.1.2",
  29.     "gulp-csso": "~1.0.0",
  30.     "gulp-filter": "~2.0.1",
  31.     "gulp-flatten": "~0.0.4",
  32.     "gulp-imagemin": "~2.2.0",
  33.     "gulp-inject": "~1.1.1",
  34.     "gulp-jshint": "~1.9.2",
  35.     "gulp-jsoncombine": "^1.0.2",
  36.     "gulp-load-plugins": "~0.8.0",
  37.     "gulp-minify-html": "~0.1.8",
  38.     "gulp-ng-annotate": "~0.5.2",
  39.     "gulp-rename": "~1.2.0",
  40.     "gulp-replace": "~0.5.2",
  41.     "gulp-rev": "~3.0.1",
  42.     "gulp-rev-replace": "~0.3.3",
  43.     "gulp-size": "~1.2.0",
  44.     "gulp-sourcemaps": "^1.3.0",
  45.     "gulp-stylus": "~2.0.0",
  46.     "gulp-uglify": "~1.1.0",
  47.     "gulp-useref": "~1.1.1",
  48.     "gulp-util": "~3.0.8",
  49.     "gulp-watch": "~4.3.11",
  50.     "http-proxy": "~1.8.1",
  51.     "jshint-stylish": "~1.0.0",
  52.     "main-bower-files": "~2.5.0",
  53.     "merge-stream": "~1.0.1",
  54.     "protractor": "~1.6.1",
  55.     "q": "~1.4.1",
  56.     "require-dir": "^1.0.0",
  57.     "uglify-save-license": "~0.4.1",
  58.     "wiredep": "~2.2.2"
  59.   },
  60.   "engines": {
  61.     "node": ">=0.10.0"
  62.   }
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement