1 | {
|
2 | "name": "cli-rxss",
|
3 | "version": "1.7.4",
|
4 | "description": "Cli for white-label app",
|
5 | "main": "index.js",
|
6 | "author": "Joshua Edwards",
|
7 | "url": "https://github.com/pandadragoon/cli-rxss",
|
8 | "license": "MIT",
|
9 | "dependencies": {
|
10 | "app-root-path": "^2.0.1",
|
11 | "commander": "^2.9.0",
|
12 | "shelljs": "^0.7.5",
|
13 | "yargs": "^6.5.0"
|
14 | },
|
15 | "bin": {
|
16 | "rxss": "bin/execute.js"
|
17 | }
|
18 | }
|