UNPKG

1.13 kBJSONView Raw
1{
2 "name": "grunt-concurrent",
3 "version": "2.2.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 "dependencies": {
30 "async": "^1.2.1",
31 "indent-string": "^2.0.0",
32 "pad-stream": "^1.0.0"
33 },
34 "devDependencies": {
35 "arrify": "^1.0.1",
36 "cross-spawn": "^2.0.0",
37 "grunt": "^0.4.5",
38 "grunt-cli": "^0.1.13",
39 "grunt-contrib-clean": "^0.7.0",
40 "grunt-contrib-watch": "^0.6.1",
41 "grunt-nodemon": "^0.4.0",
42 "grunt-simple-mocha": "^0.4.0",
43 "nodemon": "^1.2.1",
44 "path-exists": "^2.0.0",
45 "supports-color": "^3.1.2",
46 "xo": "*"
47 },
48 "engines": {
49 "node": ">=0.10.0"
50 },
51 "license": "MIT",
52 "xo": {
53 "envs": [
54 "node",
55 "mocha"
56 ]
57 }
58}