aboutsummaryrefslogtreecommitdiff
path: root/node_modules/coa/package.json
blob: 925b485907cfda44608601ed9676cf952b046bb0 (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
37
38
39
40
41
42
43
44
{
  "name": "coa",
  "description": "Command-Option-Argument: Yet another parser for command line options.",
  "version": "1.0.4",
  "homepage": "http://github.com/veged/coa",
  "author": "Sergey Berezhnoy <veged@ya.ru> (http://github.com/veged)",
  "maintainers": [
    "Sergey Berezhnoy <veged@ya.ru> (http://github.com/veged)",
    "Sergey Belov <peimei@ya.ru> (http://github.com/arikon)"
  ],
  "contributors": [
    "Sergey Belov <peimei@ya.ru> (http://github.com/arikon)"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/veged/coa.git"
  },
  "directories": {
    "lib": "./lib"
  },
  "dependencies": {
    "q": "^1.1.2"
  },
  "devDependencies": {
    "coffee-script": "~1.6.3",
    "istanbul": "~0.1.40",
    "mocha-istanbul": "*",
    "mocha": "~1.21.4",
    "chai": "~1.7.2"
  },
  "scripts": {
    "test": "make test",
    "coverage": "make coverage"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "licenses": [
    {
      "type": "MIT"
    }
  ],
  "optionalDependencies": {}
}