UNPKG

1.1 kBJSONView Raw
1{
2 "name": "capitano",
3 "version": "1.7.2",
4 "description": "Powerful, non opitionated command line parser for serious applications",
5 "main": "build/capitano.js",
6 "homepage": "https://github.com/resin-io/capitano",
7 "repository": {
8 "type": "git",
9 "url": "git://github.com/resin-io/capitano.git"
10 },
11 "keywords": [
12 "cli",
13 "command",
14 "option",
15 "parser",
16 "git",
17 "prompt"
18 ],
19 "directories": {
20 "test": "tests"
21 },
22 "scripts": {
23 "test": "gulp test",
24 "prepublish": "gulp build"
25 },
26 "author": "Juan Cruz Viotti <juanchiviotti@gmail.com>",
27 "license": "MIT",
28 "devDependencies": {
29 "chai": "~2.3.0",
30 "coffee-script": "~1.9.2",
31 "gulp": "~3.8.11",
32 "gulp-coffeelint": "~0.5.0",
33 "gulp-mocha": "~2.0.1",
34 "gulp-coffee": "~2.3.1",
35 "gulp-util": "~3.0.4",
36 "mocha": "~2.2.5",
37 "sinon": "~1.14.1",
38 "sinon-chai": "~2.7.0"
39 },
40 "dependencies": {
41 "async": "^1.0.0",
42 "get-stdin": "^4.0.1",
43 "is-elevated": "^1.0.0",
44 "lodash": "~3.9.1",
45 "underscore.string": "~3.0.3",
46 "yargs-parser": "^2.4.0"
47 }
48}