1 | {
|
2 | "name": "capitano",
|
3 | "version": "1.3.1",
|
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": "~1.10.0",
|
30 | "coffee-script": "~1.8.0",
|
31 | "gulp": "~3.8.10",
|
32 | "gulp-coffeelint": "~0.4.0",
|
33 | "gulp-mocha": "~2.0.0",
|
34 | "gulp-coffee": "~2.2.0",
|
35 | "gulp-util": "~3.0.1",
|
36 | "mocha": "~2.0.1",
|
37 | "sinon": "~1.12.2",
|
38 | "sinon-chai": "~2.6.0"
|
39 | },
|
40 | "dependencies": {
|
41 | "lodash": "~2.4.1",
|
42 | "underscore.string": "~2.4.0",
|
43 | "minimist": "~1.1.0"
|
44 | }
|
45 | }
|