UNPKG

910 BJSONView Raw
1{
2 "name": "comfort",
3 "version": "4.0.0",
4 "description": "Comfort is a much better node.js commander solution for sub commands.",
5 "main": "index.js",
6 "keywords": [
7 "commander",
8 "sub-commander",
9 "sub-command",
10 "command",
11 "comfort",
12 "argv",
13 "argument",
14 "command-line",
15 "cli"
16 ],
17 "scripts": {
18 "test": "./node_modules/.bin/mocha --reporter spec ./test/comfort.js"
19 },
20 "repository": {
21 "type": "git",
22 "url": "git@github.com:kaelzhang/node-comfort.git"
23 },
24 "author": "kael",
25 "license": "MIT",
26 "bugs": {
27 "url": "https://github.com/kaelzhang/node-comfort/issues"
28 },
29 "dependencies": {
30 "async": "^0.9.0",
31 "clean": "^4.0.0",
32 "fs-expand": "^0.1.2",
33 "fs-extra": "^0.10.0",
34 "mix2": "^1.0.1",
35 "package-version": "^0.1.1",
36 "spawns": "^0.3.0"
37 },
38 "devDependencies": {
39 "mocha": "~1.13.0",
40 "chai": "~1.8.0"
41 }
42}