UNPKG

1.14 kBJSONView Raw
1{
2 "name": "concurrently",
3 "version": "0.1.1",
4 "description": "Run commands concurrently",
5 "main": "src/main.js",
6 "bin": {
7 "concurrent": "./src/main.js"
8 },
9 "scripts": {
10 "test": "mocha"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/kimmobrunfeldt/concurrently.git"
15 },
16 "keywords": [
17 "bash",
18 "concurrent",
19 "parallel",
20 "concurrently",
21 "command",
22 "sh"
23 ],
24 "author": "Kimmo Brunfeldt",
25 "license": "MIT",
26 "bugs": {
27 "url": "https://github.com/kimmobrunfeldt/concurrently/issues"
28 },
29 "homepage": "https://github.com/kimmobrunfeldt/concurrently",
30 "dependencies": {
31 "bluebird": "2.9.6",
32 "chalk": "0.5.1",
33 "commander": "2.6.0",
34 "cross-spawn": "^0.2.9",
35 "lodash": "3.1.0",
36 "rx": "2.3.24"
37 },
38 "devDependencies": {
39 "chai": "^1.10.0",
40 "mocha": "^2.1.0",
41 "mustache": "^1.0.0",
42 "semver": "^4.2.0",
43 "shell-quote": "^1.4.3",
44 "shelljs": "^0.3.0",
45 "string": "^3.0.0"
46 }
47}
\No newline at end of file