-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
28 lines (28 loc) · 851 Bytes
/
package.json
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
{
"name": "exercism-config-visualizations",
"version": "0.6.2",
"description": "A command line tool for exercism cross-track visualizations of configuration file information.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"exercism-config-visualizations": "./bin/exercism-config-visualizations"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tleen/exercism-config-visualizations.git"
},
"author": "Tom Leen",
"license": "MIT",
"bugs": {
"url": "https://github.com/tleen/exercism-config-visualizations/issues"
},
"homepage": "https://github.com/tleen/exercism-config-visualizations#readme",
"dependencies": {
"array-to-csv": "1.0.1",
"commander": "2.11.0",
"markdown-table": "1.1.1",
"text-table": "0.2.0"
}
}