UNPKG

751 BJSONView Raw
1{
2 "name": "commandico",
3 "version": "2.0.0",
4 "description": "A small tool to write command line application that suits my needs",
5 "main": "commandico.js",
6 "scripts": {
7 "test": "lab -L -c"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git@github.com:martinheidegger/commandico.git"
12 },
13 "keywords": [
14 "cli",
15 "extendable"
16 ],
17 "author": "Martin Heidegger <martin.heidegger@gmail.com>",
18 "license": "ISC",
19 "bugs": {
20 "url": "https://github.com/martinheidegger/commandico/issues"
21 },
22 "homepage": "https://github.com/martinheidegger/commandico",
23 "dependencies": {
24 "explicit": "^0.1.0",
25 "joi": "~6.8.0",
26 "lab": "^5.5.1",
27 "minimist": "^1.1.1"
28 },
29 "devDependencies": {
30 "code": "^1.4.0"
31 }
32}