UNPKG

1.11 kBJSONView Raw
1{
2 "name": "exosphere-sdk",
3 "version": "0.5.2",
4 "author": "Kevin Goslar",
5 "dependencies": {
6 "async": "1.5.2",
7 "chalk": "1.1.1",
8 "exocomm-dev": "0.9.2",
9 "js-yaml": "3.5.3",
10 "nitroglycerin": "1.1.1",
11 "observable-process": "0.8.1",
12 "port-reservation": "0.3.1",
13 "prelude-ls": "1.1.2",
14 "rails-delegate": "0.6.0",
15 "wait": "0.1.0"
16 },
17 "description": "SDK for the Exosphere framework",
18 "devDependencies": {
19 "chai": "3.5.0",
20 "cucumber": "0.9.5",
21 "dependency-lint": "3.1.2",
22 "dim-console": "0.1.0",
23 "fs-extra": "0.26.5",
24 "jsdiff-console": "1.3.0",
25 "livescript": "1.4.0",
26 "o-tools": "0.1.4",
27 "request": "2.69.0",
28 "tmp": "0.0.28"
29 },
30 "engines": {
31 "npm": ">= 3.0.0"
32 },
33 "files": [
34 "dist",
35 "npm-shrinkwrap.json"
36 ],
37 "homepage": "https://github.com/Originate/exosphere-cli-run",
38 "license": "ISC",
39 "main": "dist/cli.js",
40 "repository": {
41 "type": "git",
42 "url": "git+https://github.com/Originate/exosphere-cli-run.git"
43 },
44 "scripts": {
45 "prepublish": "bin/build",
46 "test": "bin/spec"
47 }
48}