UNPKG

900 BJSONView Raw
1{
2 "name": "grunt-concurrent",
3 "version": "2.0.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": "grunt"
25 },
26 "files": [
27 "tasks"
28 ],
29 "dependencies": {
30 "async": "^1.2.1",
31 "pad-stdio": "^2.0.0"
32 },
33 "devDependencies": {
34 "grunt": "^0.4.5",
35 "grunt-cli": "^0.1.13",
36 "grunt-contrib-clean": "^0.6.0",
37 "grunt-contrib-watch": "^0.6.1",
38 "grunt-nodemon": "^0.4.0",
39 "grunt-simple-mocha": "^0.4.0",
40 "nodemon": "^1.2.1"
41 },
42 "engines": {
43 "node": ">=0.10.0"
44 },
45 "license": "MIT"
46}