UNPKG

1.19 kBJSONView Raw
1{
2 "name": "exosphere-sdk",
3 "version": "0.4.0",
4 "author": "Kevin Goslar",
5 "dependencies": {
6 "async": "1.5.2",
7 "chalk": "1.1.1",
8 "debug": "2.2.0",
9 "exocomm-dev": "0.8.2",
10 "js-yaml": "3.5.3",
11 "nitroglycerin": "1.0.3",
12 "observable-process": "0.7.0",
13 "port-reservation": "0.2.2",
14 "prelude-ls": "1.1.2",
15 "rails-delegate": "0.5.4",
16 "request": "2.69.0",
17 "wait": "0.1.0"
18 },
19 "description": "SDK for the Exosphere framework",
20 "devDependencies": {
21 "chai": "3.5.0",
22 "cucumber": "0.9.5",
23 "david": "7.0.1",
24 "exoservice": "0.12.0",
25 "fs-extra": "0.26.5",
26 "jsdiff-console": "1.3.0",
27 "livescript": "1.4.0",
28 "mocha": "2.4.5",
29 "nitroglycerin": "1.0.3",
30 "o-tools": "0.0.6",
31 "tmp": "0.0.28"
32 },
33 "homepage": "https://github.com/Originate/exosphere-cli-run",
34 "license": "ISC",
35 "main": "dist/cli.js",
36 "repository": {
37 "type": "git",
38 "url": "git+https://github.com/Originate/exosphere-cli-run.git"
39 },
40 "scripts": {
41 "postpublish": "git push && git push --tags",
42 "prepublish": "bin/build",
43 "preversion": "node_modules/.bin/update-check && bin/spec",
44 "test": "bin/spec"
45 }
46}