UNPKG

822 BJSONView Raw
1{
2 "name": "grunt-concurrent",
3 "version": "1.0.0",
4 "description": "Run grunt tasks concurrently",
5 "keywords": [
6 "gruntplugin",
7 "concurrent",
8 "parallel",
9 "simultaneous",
10 "optimize",
11 "speed"
12 ],
13 "author": {
14 "name": "Sindre Sorhus",
15 "email": "sindresorhus@gmail.com",
16 "url": "http://sindresorhus.com"
17 },
18 "repository": "sindresorhus/grunt-concurrent",
19 "scripts": {
20 "test": "grunt"
21 },
22 "files": [
23 "tasks"
24 ],
25 "dependencies": {
26 "async": "^0.9.0",
27 "pad-stdio": "^1.0.0"
28 },
29 "devDependencies": {
30 "grunt": "^0.4.5",
31 "grunt-contrib-clean": "^0.6.0",
32 "grunt-contrib-watch": "^0.6.1",
33 "grunt-nodemon": "^0.3.0",
34 "grunt-simple-mocha": "^0.4.0",
35 "nodemon": "^1.2.1"
36 },
37 "engines": {
38 "node": ">=0.10.0"
39 },
40 "license": "MIT"
41}