UNPKG

654 BJSONView Raw
1{
2 "name": "cex",
3 "version": "0.0.7",
4 "description": "A tool for managing the dependencies of EveryMatrix applications",
5 "bin": {
6 "cex": "bin/cex.js"
7 },
8 "repository": {
9 "type": "git",
10 "url": "git@git.everymatrix.com:em2020/cex-cli.git"
11 },
12 "keywords": [],
13 "author": "EveryMatrix",
14 "license": "ISC",
15 "dependencies": {
16 "cli-spinner": "^0.1.5",
17 "coffee-script": "^1.7.1",
18 "colors": "~0.6.2",
19 "commander": "^2.3.0",
20 "fstream": "^1.0.2",
21 "lodash": "^2.4.1",
22 "promptly": "^0.2.0",
23 "q": "^1.0.1",
24 "request": "~2.40.0",
25 "semver": "^3.0.1",
26 "tar": "~1.0.1",
27 "wrench": "~1.5.8"
28 }
29}