Skip to content

Commit a36a726

Browse files
committed
keywords, metadata
1 parent dbfb3e1 commit a36a726

File tree

1 file changed

+26
-5
lines changed

1 file changed

+26
-5
lines changed

package.json

+26-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,34 @@
11
{
22
"name": "ascii-art",
33
"homepage": "https://github.com/khrome/ascii-art",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"main": "ascii-art.js",
6-
"description": "A package for ansi codes, figlet fonts, and ascii art",
6+
"description": "A package for ansi codes, figlet fonts, and ascii art. Pure JS",
77
"keywords": [
88
"ascii",
99
"figlet",
10-
"ansi"
10+
"ansi",
11+
"terminal",
12+
"text",
13+
"command-line",
14+
"logging",
15+
"log",
16+
"xterm",
17+
"shell",
18+
"256",
19+
"rgb",
20+
"formatting",
21+
"tty",
22+
"styles",
23+
"style",
24+
"str",
25+
"string",
26+
"cli",
27+
"console",
28+
"terminal",
29+
"colors",
30+
"colour",
31+
"color"
1132
],
1233
"author": "Abbey Hawk Sparrow <@khrome> (http://patternweaver.com)",
1334
"contributors": [],
@@ -22,13 +43,13 @@
2243
"dependencies": {
2344
"browser-request": "^0.3.3",
2445
"dirname-shim": "0.0.1-alpha",
25-
"karma": "^1.3.0",
26-
"karma-should": "^1.0.0",
2746
"yargs": "*"
2847
},
2948
"devDependencies": {
3049
"color-difference": "*",
3150
"karma-mocha": "^1.2.0",
51+
"karma": "^1.3.0",
52+
"karma-should": "^1.0.0",
3253
"karma-phantomjs-launcher": "^1.0.2",
3354
"karma-chrome-launcher": "*",
3455
"karma-requirejs": "^1.1.0",

0 commit comments

Comments
 (0)