s-h-grunt
Version:
The Grunt hook from Sails core in v1.0 and up.
57 lines (56 loc) • 1.49 kB
JSON
{
"name": "s-h-grunt",
"version": "1.3.4",
"description": "The Grunt hook from Sails core in v1.0 and up.",
"main": "index.js",
"scripts": {
"custom-tests": "node ./node_modules/mocha/bin/mocha --recursive --timeout 10000 && echo \"Custom tests all passed.\" && echo",
"lint": "node ./node_modules/eslint/bin/eslint . --max-warnings=0 && echo '✔ Your code looks good.'",
"test": "npm run lint && npm run custom-tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/treelinehq/sails-hook-grunt.git"
},
"keywords": [
"grunt",
"assets",
"asset-pipeline",
"automation",
"hook",
"sails",
"sails-hook"
],
"author": "Mike McNeil",
"license": "MIT",
"bugs": {
"url": "http://sailsjs.com/bugs"
},
"homepage": "https://sailsjs.com",
"dependencies": {
"@sailshq/lodash": "^3.10.4",
"chalk": "^4.1.2",
"grunt": "1.6.1",
"grunt-babel": "8.0.0",
"grunt-cli": "1.4.3",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-clean": "2.0.1",
"grunt-contrib-concat": "2.1.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "5.0.0",
"grunt-contrib-less": "3.0.0",
"grunt-contrib-watch": "1.1.0",
"grunt-hash": "0.5.0",
"grunt-sails-linker": "^1.0.4",
"grunt-sync": "0.8.2",
"include-all": "^4.0.3"
},
"sails": {
"isHook": true,
"hookName": "grunt"
},
"devDependencies": {
"eslint": "8.56.0",
"mocha": "10.2.0"
}
}