UNPKG

562 BJSONView Raw
1{
2 "name": "@busy-web/cli",
3 "version": "0.5.0",
4 "description": "Command line tools to enhance web dev tasks",
5 "main": "src/index.js",
6 "bin": {
7 "busy-web": "./bin/busy-web"
8 },
9 "scripts": {
10 "test": "echo \"Error: no test specified\" && exit 1",
11 "doc": "./docs/document"
12 },
13 "preferGlobal": true,
14 "repository": "git@github.com:busy-web/cli.git",
15 "author": "busy inc",
16 "license": "MIT",
17 "dependencies": {
18 "colors": "^1.1.2",
19 "commander": "^2.13.0",
20 "ora": "^1.3.0",
21 "resolve": "^1.5.0",
22 "rsvp": "^4.7.0"
23 }
24}