File tree 1 file changed +26
-5
lines changed
1 file changed +26
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ascii-art" ,
3
3
"homepage" : " https://github.com/khrome/ascii-art" ,
4
- "version" : " 1.1.0 " ,
4
+ "version" : " 1.1.1 " ,
5
5
"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 " ,
7
7
"keywords" : [
8
8
" ascii" ,
9
9
" 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"
11
32
],
12
33
"author" : " Abbey Hawk Sparrow <@khrome> (http://patternweaver.com)" ,
13
34
"contributors" : [],
22
43
"dependencies" : {
23
44
"browser-request" : " ^0.3.3" ,
24
45
"dirname-shim" : " 0.0.1-alpha" ,
25
- "karma" : " ^1.3.0" ,
26
- "karma-should" : " ^1.0.0" ,
27
46
"yargs" : " *"
28
47
},
29
48
"devDependencies" : {
30
49
"color-difference" : " *" ,
31
50
"karma-mocha" : " ^1.2.0" ,
51
+ "karma" : " ^1.3.0" ,
52
+ "karma-should" : " ^1.0.0" ,
32
53
"karma-phantomjs-launcher" : " ^1.0.2" ,
33
54
"karma-chrome-launcher" : " *" ,
34
55
"karma-requirejs" : " ^1.1.0" ,
You can’t perform that action at this time.
0 commit comments