UNPKG

997 BJSONView Raw
1{
2 "name": "cross-spawn",
3 "version": "2.1.4",
4 "description": "Cross platform child_process#spawn and child_process#spawnSync",
5 "main": "index.js",
6 "scripts": {
7 "test": "node test/prepare && mocha --bail -R spec test/test"
8 },
9 "bugs": {
10 "url": "https://github.com/IndigoUnited/node-cross-spawn/issues/"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git://github.com/IndigoUnited/node-cross-spawn.git"
15 },
16 "keywords": [
17 "spawn",
18 "spawnSync",
19 "windows",
20 "cross",
21 "platform",
22 "path",
23 "ext",
24 "path-ext",
25 "path_ext",
26 "shebang",
27 "hashbang",
28 "cmd",
29 "execute"
30 ],
31 "author": "IndigoUnited <hello@indigounited.com> (http://indigounited.com)",
32 "license": "MIT",
33 "dependencies": {
34 "cross-spawn-async": "^2.0.0",
35 "spawn-sync": "^1.0.15"
36 },
37 "devDependencies": {
38 "expect.js": "^0.3.0",
39 "glob": "^6.0.3",
40 "mkdirp": "^0.5.1",
41 "mocha": "^2.2.5",
42 "rimraf": "^2.5.0",
43 "which": "^1.2.1"
44 }
45}