UNPKG

779 BJSONView Raw
1{
2 "name": "anvil-connect-cli",
3 "version": "0.1.2",
4 "description": "CLI for Anvil Connect",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "bin": {
10 "nvl": "./bin/nvl"
11 },
12 "author": {
13 "name": "Christian Smith",
14 "email": "smith@anvil.io",
15 "url": "http://anvil.io"
16 },
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/anvilresearch/connect-cli.git"
20 },
21 "license": "MIT",
22 "dependencies": {
23 "async": "^1.4.0",
24 "chalk": "^1.0.0",
25 "fs-extra": "^0.22.1",
26 "inquirer": "^0.9.0",
27 "mkdirp": "^0.5.0",
28 "nash": "^2.0.0",
29 "underscore.string": "^3.1.1",
30 "update-notifier": "^0.5.0",
31 "yeoman-environment": "^1.2.7",
32 "yeoman-generator": "^0.20.2"
33 }
34}