File tree Expand file tree Collapse file tree 1 file changed +52
-52
lines changed
Expand file tree Collapse file tree 1 file changed +52
-52
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " generate-github-markdown-css" ,
3- "version" : " 2.1 .0" ,
4- "description" : " Generate the CSS for github-markdown-css" ,
5- "license" : " MIT" ,
6- "repository" : " sindresorhus/generate-github-markdown-css" ,
7- "author" : {
8- "name" : " Sindre Sorhus" ,
9- "email" : " sindresorhus@gmail.com" ,
10- "url" : " sindresorhus.com"
11- },
12- "contributors" : [
13- {
14- "name" : " Benjamin Tan" ,
15- "email" : " demoneaux@gmail.com" ,
16- "url" : " d10.github.io"
17- }
18- ],
19- "bin" : {
20- "github-markdown-css" : " cli.js"
21- },
22- "engines" : {
23- "node" : " >=4"
24- },
25- "scripts" : {
26- "test" : " xo && ava"
27- },
28- "files" : [
29- " index.js" ,
30- " cli.js"
31- ],
32- "keywords" : [
33- " cli-app" ,
34- " cli" ,
35- " github" ,
36- " markdown" ,
37- " md" ,
38- " css" ,
39- " style" ,
40- " stylesheet"
41- ],
42- "dependencies" : {
43- "cheerio" : " ^0.22.0" ,
44- "css" : " ^2.0.0" ,
45- "got" : " ^7.1.0" ,
46- "meow" : " ^3.3.0" ,
47- "pify" : " ^3.0.0" ,
48- "uncss" : " ^0.15.0"
49- },
50- "devDependencies" : {
51- "ava" : " *" ,
52- "xo" : " *"
53- }
2+ "name" : " generate-github-markdown-css" ,
3+ "version" : " 2.2 .0" ,
4+ "description" : " Generate the CSS for github-markdown-css" ,
5+ "license" : " MIT" ,
6+ "repository" : " sindresorhus/generate-github-markdown-css" ,
7+ "author" : {
8+ "name" : " Sindre Sorhus" ,
9+ "email" : " sindresorhus@gmail.com" ,
10+ "url" : " sindresorhus.com"
11+ },
12+ "contributors" : [
13+ {
14+ "name" : " Benjamin Tan" ,
15+ "email" : " demoneaux@gmail.com" ,
16+ "url" : " d10.github.io"
17+ }
18+ ],
19+ "bin" : {
20+ "github-markdown-css" : " cli.js"
21+ },
22+ "engines" : {
23+ "node" : " >=4"
24+ },
25+ "scripts" : {
26+ "test" : " xo && ava"
27+ },
28+ "files" : [
29+ " index.js" ,
30+ " cli.js"
31+ ],
32+ "keywords" : [
33+ " cli-app" ,
34+ " cli" ,
35+ " github" ,
36+ " markdown" ,
37+ " md" ,
38+ " css" ,
39+ " style" ,
40+ " stylesheet"
41+ ],
42+ "dependencies" : {
43+ "cheerio" : " ^0.22.0" ,
44+ "css" : " ^2.0.0" ,
45+ "got" : " ^7.1.0" ,
46+ "meow" : " ^3.3.0" ,
47+ "pify" : " ^3.0.0" ,
48+ "uncss" : " ^0.15.0"
49+ },
50+ "devDependencies" : {
51+ "ava" : " *" ,
52+ "xo" : " *"
53+ }
5454}
You can’t perform that action at this time.
0 commit comments