UNPKG

850 BJSONView Raw
1{
2 "name": "grunt-concurrent",
3 "version": "1.0.1",
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-cli": "^0.1.13",
32 "grunt-contrib-clean": "^0.6.0",
33 "grunt-contrib-watch": "^0.6.1",
34 "grunt-nodemon": "^0.3.0",
35 "grunt-simple-mocha": "^0.4.0",
36 "nodemon": "^1.2.1"
37 },
38 "engines": {
39 "node": ">=0.10.0"
40 },
41 "license": "MIT"
42}