aboutsummaryrefslogtreecommitdiff
path: root/node_modules/clap/package.json
blob: 64502c471fdcfc73055bf7baf3298fb9dbef8f76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
  "name": "clap",
  "title": "Command line argument parser",
  "description": "Command line argument parser",
  "author": "Roman Dvornov <rdvornov@gmail.com>",
  "license": "MIT",
  "version": "1.2.3",
  "keywords": [
    "cli",
    "command",
    "option",
    "argument",
    "completion"
  ],
  "homepage": "https://github.com/lahmatiy/clap",
  "repository": "lahmatiy/clap",
  "main": "index.js",
  "files": [
    "index.js",
    "HISTORY.md",
    "LICENSE",
    "README.md"
  ],
  "engines": {
    "node": ">=0.10.0"
  },
  "dependencies": {
    "chalk": "^1.1.3"
  },
  "devDependencies": {
    "mocha": "^2.4.5"
  },
  "scripts": {
    "test": "mocha test -R spec"
  }
}