UNPKG

1.05 kBJSONView Raw
1{
2 "name": "grunt-concurrent",
3 "version": "0.4.3",
4 "description": "Run grunt tasks concurrently",
5 "keywords": [
6 "gruntplugin",
7 "concurrent",
8 "parallel",
9 "simultaneous",
10 "optimize",
11 "speed"
12 ],
13 "homepage": "https://github.com/sindresorhus/grunt-concurrent",
14 "bugs": "https://github.com/sindresorhus/grunt-concurrent/issues",
15 "author": {
16 "name": "Sindre Sorhus",
17 "email": "sindresorhus@gmail.com",
18 "url": "http://sindresorhus.com"
19 },
20 "repository": {
21 "type": "git",
22 "url": "git://github.com/sindresorhus/grunt-concurrent.git"
23 },
24 "scripts": {
25 "test": "npm install nodemon -g && grunt"
26 },
27 "dependencies": {
28 "lpad": "~0.1.0",
29 "async": "~0.2.9"
30 },
31 "devDependencies": {
32 "grunt": "~0.4.1",
33 "grunt-contrib-clean": "~0.5.0",
34 "grunt-simple-mocha": "~0.4.0",
35 "grunt-contrib-watch": "~0.5.3",
36 "grunt-nodemon": "~0.1.2"
37 },
38 "peerDependencies": {
39 "grunt": "~0.4.0"
40 },
41 "engines": {
42 "node": ">=0.8.0"
43 },
44 "licenses": {
45 "type": "MIT"
46 }
47}