File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " jsonmlify " ,
2
+ "name" : " jsonml-parse " ,
3
3
"version" : " 1.0.0" ,
4
- "description" : " A through stream which converts markup in text form to JSONML" ,
4
+ "description" : " Convert markup in text form to JSONML" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
7
"testling" : " browserify -t brfs test/test.js | testling" ,
8
8
"test" : " cd test; covert test.js && ./cli.sh"
9
9
},
10
10
"bin" : {
11
- "jsonmlify " : " bin/cli.js"
11
+ "jsonmlparse " : " bin/cli.js"
12
12
},
13
13
"repository" : {
14
14
"type" : " git" ,
15
- "url" : " git@github.com:CMTegner/jsonmlify "
15
+ "url" : " git@github.com:CMTegner/jsonml-parse "
16
16
},
17
17
"keywords" : [
18
18
" html" ,
19
19
" json" ,
20
20
" jsonml" ,
21
- " browserify" ,
22
- " transform"
21
+ " parse"
23
22
],
24
23
"author" : " Christian Tegner" ,
25
24
"license" : " ISC" ,
26
25
"bugs" : {
27
- "url" : " https://github.com/CMTegner/jsonmlify /issues"
26
+ "url" : " https://github.com/CMTegner/jsonml-parse /issues"
28
27
},
29
- "homepage" : " https://github.com/CMTegner/jsonmlify " ,
28
+ "homepage" : " https://github.com/CMTegner/jsonml-parse " ,
30
29
"dependencies" : {
31
30
"htmlparser2" : " ^3.7.3" ,
32
31
"lodash.isempty" : " ^2.4.1" ,
You can’t perform that action at this time.
0 commit comments