grunt-concurrent
Version:
Run grunt tasks concurrently
56 lines (55 loc) • 1.03 kB
JSON
{
"name": "grunt-concurrent",
"version": "3.0.0",
"description": "Run grunt tasks concurrently",
"license": "MIT",
"repository": "sindresorhus/grunt-concurrent",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "xo && grunt"
},
"files": [
"tasks"
],
"keywords": [
"gruntplugin",
"concurrent",
"parallel",
"simultaneous",
"optimize",
"speed",
"perf",
"performance",
"fast",
"faster"
],
"dependencies": {
"arrify": "^2.0.1",
"async": "^3.1.0",
"indent-string": "^4.0.0",
"pad-stream": "^2.0.0"
},
"devDependencies": {
"cross-spawn": "^6.0.5",
"grunt": "^1.0.4",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-nodemon": "^0.4.0",
"grunt-simple-mocha": "^0.4.0",
"nodemon": "^1.2.1",
"path-exists": "^4.0.0",
"supports-color": "^7.0.0",
"xo": "^0.24.0"
},
"peerDependencies": {
"grunt": ">=1"
}
}