-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.21 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.21 KB
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
{
"name": "comder",
"version": "0.1.6",
"description": "Intro to command line interface library commander.js via a set of self-guided workshops.",
"author": "Steven Gangstead <[email protected]> (https://github.com/gangstead)",
"contributors": [
"Steven Gangstead <[email protected]> (https://github.com/gangstead)",
"Thom Richardson <[email protected]> (https://github.com/Enmadaio)",
"Burin Asavesna (https://github.com/burin)",
"Sam Simmons <[email protected]> (https://github.com/samiconductor)"
],
"repository": {
"type": "git",
"url": "https://github.com/gangstead/comder.git"
},
"license": "MIT",
"dependencies": {
"after": "~0.8.1",
"bl": "~0.9.4",
"boganipsum": "~0.1.0",
"chalk": "~0.5.1",
"colors-tmpl": "~1.0.0",
"combined-stream": "~0.0.7",
"commander": "^2.8.1",
"concat-stream": "~1.4.7",
"duplexer": "~0.1.1",
"hyperquest": "~1.0.1",
"rimraf": "~2.2.8",
"through": "~2.3.6",
"through2": "~0.6.3",
"through2-map": "~1.4.0",
"workshopper": "~2.5.0",
"workshopper-exercise": "~2.3.0",
"workshopper-wrappedexec": "~0.1.1"
},
"bin": {
"comder": "./comder.js"
},
"preferGlobal": true
}