UNPKG

513 BJSONView Raw
1{
2 "name": "gobble-cli",
3 "description": "Command line interface for gobble",
4 "version": "0.2.4",
5 "author": "Rich Harris",
6 "repository": "https://github.com/gobblejs/gobble-cli",
7 "bin": {
8 "gobble": "lib/index.js"
9 },
10 "dependencies": {
11 "findup-sync": "~0.1.3",
12 "colors": "~0.6.2",
13 "resolve": "~1.0.0",
14 "prompt": "~0.2.13",
15 "cli-spinner": "~0.1.5",
16 "stevedore": "~0.1.1",
17 "graceful-chokidar": "~0.1.0"
18 },
19 "files": [
20 "lib"
21 ],
22 "keywords": [
23 "gobble"
24 ]
25}