UNPKG

jaxon

Version:

Jaxon is a sequential access, event-driven JSON parser developed specifically to deal with streams.

29 lines (28 loc) 632 B
{ "private": false, "version": "0.0.3", "name": "jaxon", "description": "Jaxon is a sequential access, event-driven JSON parser developed specifically to deal with streams.", "author": "Dan Eyles <dan@irlgaming.com>", "repository": { "type": "git", "url": "git@github.com:dan-eyles/jaxon.git" }, "engine": "node >= 0.10", "dependencies": {}, "main": "./lib/index.js", "scripts": { "test": "expresso tests/*" }, "keywords": [ "JSON", "parser", "stream parser", "SAX" ], "readmeFilename": "README.md", "directories": { "test": "test" }, "license": "BSD" }