UNPKG

1.12 kBJSONView Raw
1{
2 "name": "grunt-concurrent",
3 "version": "2.3.0",
4 "description": "Run grunt tasks concurrently",
5 "keywords": [
6 "gruntplugin",
7 "concurrent",
8 "parallel",
9 "simultaneous",
10 "optimize",
11 "speed",
12 "perf",
13 "performance",
14 "fast",
15 "faster"
16 ],
17 "author": {
18 "name": "Sindre Sorhus",
19 "email": "sindresorhus@gmail.com",
20 "url": "sindresorhus.com"
21 },
22 "repository": "sindresorhus/grunt-concurrent",
23 "scripts": {
24 "test": "xo && grunt"
25 },
26 "files": [
27 "tasks"
28 ],
29 "engines": {
30 "node": ">=0.10.0"
31 },
32 "license": "MIT",
33 "dependencies": {
34 "arrify": "^1.0.1",
35 "async": "^1.2.1",
36 "indent-string": "^2.0.0",
37 "pad-stream": "^1.0.0"
38 },
39 "devDependencies": {
40 "cross-spawn": "^2.0.0",
41 "grunt": "^0.4.5",
42 "grunt-cli": "^0.1.13",
43 "grunt-contrib-clean": "^0.7.0",
44 "grunt-contrib-watch": "^0.6.1",
45 "grunt-nodemon": "^0.4.0",
46 "grunt-simple-mocha": "^0.4.0",
47 "nodemon": "^1.2.1",
48 "path-exists": "^2.0.0",
49 "supports-color": "^3.1.2",
50 "xo": "*"
51 },
52 "peerDependencies": {
53 "grunt": ">=0.4.0"
54 }
55}