Skip to content

Instantly share code, notes, and snippets.

@qstudio
Last active September 17, 2020 16:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qstudio/bd3403bed3c539b0b69498357c4c7181 to your computer and use it in GitHub Desktop.
Save qstudio/bd3403bed3c539b0b69498357c4c7181 to your computer and use it in GitHub Desktop.
{
"name": "q-grunt",
"version": "1.0.0",
"description": "Q : Global Grunt",
"author": "Q Studio",
"homepage": "https://qstudio.us",
"repository": {
"type": "git",
"url": "qstudio/q"
},
"license": "MIT",
"engines": {
"node": ">= 10.16.1"
},
"keywords": [
"grunt, hub"
],
"dependencies": {
"chalk": "^2.1.0",
"diff": "^3.0.0",
"postcss": "^6.0.11"
},
"devDependencies": {
"autoprefixer": "^9.8.6",
"cssnano": "^4.1.10",
"grunt": "^1.3.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-nodeunit": "^2.1.0",
"grunt-contrib-uglify": "^5.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-dart-sass": "^1.1.3",
"grunt-hub": "^1.0.0",
"grunt-postcss": "^0.9.0",
"grunt-writefile": "^0.1.4",
"load-grunt-tasks": "^3.5.2",
"logfile-grunt": "^0.4.0",
"pixrem": "^5.0.0",
"postcss-scss": "^1.0.2",
"sass": "^1.26.10",
"time-grunt": "^1.4.0",
"uglify-js": "^3.10.3"
},
"scripts": {
"q:dev": "grunt hub:all:watch",
"q:deploy": "grunt hub:all:deploy --verbose"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment