UNPKG

1.13 kBJSONView Raw
1{
2 "name": "observable-process",
3 "version": "3.2.1",
4 "author": "Kevin Goslar",
5 "dependencies": {
6 "debug": "2.6.0",
7 "extend": "3.0.0",
8 "merge-stream": "1.0.1",
9 "request": "2.79.0",
10 "string-argv": "0.0.2",
11 "text-stream-search": "1.2.1"
12 },
13 "description": "High-level support for running, observing, and interacting with child processes in Node.js",
14 "devDependencies": {
15 "chai": "3.5.0",
16 "cucumber": "1.3.1",
17 "cucumber-snippets-livescript": "1.0.1",
18 "dependency-lint": "4.3.1",
19 "livescript": "1.5.0",
20 "nitroglycerin": "1.1.2",
21 "o-tools": "0.7.0",
22 "o-tools-livescript": "1.2.3",
23 "port-reservation": "0.3.2",
24 "wait": "0.1.0"
25 },
26 "engines": {
27 "npm": ">= 3.0.0"
28 },
29 "files": [
30 "dist",
31 "npm-shrinkwrap.json"
32 ],
33 "homepage": "https://github.com/Originate/observable-process",
34 "license": "ISC",
35 "main": "dist/observable-process.js",
36 "repository": {
37 "type": "git",
38 "url": "git+ssh://git@github.com/Originate/observable-process.git"
39 },
40 "scripts": {
41 "prepublish": "node_modules/.bin/build",
42 "test": "bin/spec"
43 }
44}