UNPKG

1.11 kBJSONView Raw
1{
2 "name": "grunt-concurrent",
3 "version": "2.0.4",
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 "cross-spawn": "^2.0.0",
36 "grunt": "^0.4.5",
37 "grunt-cli": "^0.1.13",
38 "grunt-contrib-clean": "^0.6.0",
39 "grunt-contrib-watch": "^0.6.1",
40 "grunt-nodemon": "^0.4.0",
41 "grunt-simple-mocha": "^0.4.0",
42 "nodemon": "^1.2.1",
43 "path-exists": "^1.0.0",
44 "supports-color": "^3.1.2",
45 "xo": "*"
46 },
47 "engines": {
48 "node": ">=0.10.0"
49 },
50 "license": "MIT",
51 "xo": {
52 "envs": [
53 "node",
54 "mocha"
55 ]
56 }
57}