Skip to content

Commit 736e2e4

Browse files
committed
Finally figured out what this module will be
1 parent bab5cef commit 736e2e4

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

package.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,31 @@
11
{
2-
"name": "jsonmlify",
2+
"name": "jsonml-parse",
33
"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",
55
"main": "index.js",
66
"scripts": {
77
"testling": "browserify -t brfs test/test.js | testling",
88
"test": "cd test; covert test.js && ./cli.sh"
99
},
1010
"bin": {
11-
"jsonmlify": "bin/cli.js"
11+
"jsonmlparse": "bin/cli.js"
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "git@github.com:CMTegner/jsonmlify"
15+
"url": "git@github.com:CMTegner/jsonml-parse"
1616
},
1717
"keywords": [
1818
"html",
1919
"json",
2020
"jsonml",
21-
"browserify",
22-
"transform"
21+
"parse"
2322
],
2423
"author": "Christian Tegner",
2524
"license": "ISC",
2625
"bugs": {
27-
"url": "https://github.com/CMTegner/jsonmlify/issues"
26+
"url": "https://github.com/CMTegner/jsonml-parse/issues"
2827
},
29-
"homepage": "https://github.com/CMTegner/jsonmlify",
28+
"homepage": "https://github.com/CMTegner/jsonml-parse",
3029
"dependencies": {
3130
"htmlparser2": "^3.7.3",
3231
"lodash.isempty": "^2.4.1",

0 commit comments

Comments
 (0)