MPireDigital
6/7/2019 - 7:40 AM

Grunt Package.Json

{
  "name": "project-title",
  "version": "1.0.0",
  "description": "Custom theme for Project Title",
  "main": "index.php",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://maycontainweasel@bitbucket.org/mpiredigital/karaglen-theme.git"
  },
  "author": "Michael Peters",
  "license": "ISC",
  "homepage": "https://bitbucket.org/mpiredigital/karaglen-theme#readme",
  "devDependencies": {
    "grunt": "^1.0.3",
    "grunt-autoprefixer": "^3.0.4",
    "grunt-contrib-sass": "^1.0.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-notify": "^0.4.5"
  }
}