view package.json @ 485:771225b80f18

cm: Update node packages.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 16 Oct 2018 22:08:13 -0700
parents 8ee6e7649aba
children
line wrap: on
line source

{
  "name": "Wikked",
  "version": "0.1.0",
  "repository": "https://bitbucket.org/ludovicchabant/Wikked",
  "license": "Apache-2.0",
  "devDependencies": {
    "browser-sync": "^2.23.2",
    "gulp": "^3.9.1",
    "gulp-browserify": "^0.5.1",
    "gulp-clean-css": "^3.9.2",
    "gulp-if": "^2.0.2",
    "gulp-imagemin": "^4.1.0",
    "gulp-jshint": "^2.1.0",
    "gulp-less": "^3.4.0",
    "gulp-notify": "^3.0.0",
    "gulp-uglify": "^3.0.0",
    "gulp-watch": "^4.3.11",
    "jquery": "^3.2.1",
    "jquery-validation": "^1.17.0",
    "jshint": "^2.9.5",
    "less": "^2.7.3",
    "purecss": "^1.0.0",
    "underscore": "^1.8.3",
    "yargs": "^10.0.3"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "scripts": {
    "build": "gulp"
  },
  "dependencies": {
    "@fortawesome/fontawesome-free": "^5.3.1"
  }
}