UNPKG

866 BJSONView Raw
1{
2 "name": "@webdesignio/cli",
3 "version": "0.1.0",
4 "description": "webdesignio's glorious command line interface",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "bin": {
10 "webdesignio": "./bin/cli.js"
11 },
12 "keywords": [],
13 "author": "",
14 "license": "ISC",
15 "dependencies": {
16 "babel-core": "^6.13.2",
17 "bluebird": "^3.4.1",
18 "browserify": "^13.1.0",
19 "chalk": "^1.1.3",
20 "file": "^0.2.2",
21 "glob": "^7.0.5",
22 "ora": "^0.2.3",
23 "pug": "^2.0.0-beta5",
24 "read": "^1.0.7",
25 "request": "^2.72.0",
26 "request-then": "^1.1.0",
27 "shelljs": "^0.7.0",
28 "shift-codegen": "^5.0.2",
29 "shift-parser": "^5.0.1",
30 "to-pascal-case": "^1.0.0",
31 "unzip": "^0.1.11",
32 "yargs": "^4.7.1",
33 "yazl": "^2.4.1"
34 },
35 "devDependencies": {
36 "standard": "^7.1.2"
37 }
38}