UNPKG

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