Skip to content

Commit 4551240

Browse files
committed
v0.4.2
1 parent 838b76d commit 4551240

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

package.json

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
{ "name" : "sax"
2-
, "description": "An evented streaming XML parser in JavaScript"
3-
, "author" : "Isaac Z. Schlueter <[email protected]> (http://blog.izs.me/)"
4-
, "version" : "0.4.1"
5-
, "main" : "lib/sax.js"
6-
, "license" : { "type": "MIT"
7-
, "url": "https://raw.github.com/isaacs/sax-js/master/LICENSE" }
8-
, "scripts" : { "test" : "node test/index.js" }
9-
, "repository": "git://github.com/isaacs/sax-js.git"
1+
{
2+
"name": "sax",
3+
"description": "An evented streaming XML parser in JavaScript",
4+
"author": "Isaac Z. Schlueter <[email protected]> (http://blog.izs.me/)",
5+
"version": "0.4.2",
6+
"main": "lib/sax.js",
7+
"license": {
8+
"type": "MIT",
9+
"url": "https://raw.github.com/isaacs/sax-js/master/LICENSE"
10+
},
11+
"scripts": {
12+
"test": "node test/index.js"
13+
},
14+
"repository": "git://github.com/isaacs/sax-js.git"
1015
}

0 commit comments

Comments
 (0)