UNPKG

891 BJSONView Raw
1{
2 "name": "xml-flow",
3 "version": "0.3.0",
4 "description": "An XML/HTML stream reader, now with less suck.",
5 "main": "lib/xml-flow.js",
6 "scripts": {
7 "test": "./node_modules/mocha/bin/mocha test/*.js",
8 "test-travis": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec ./test/*.js"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/matthewmatician/xml-flow.git"
13 },
14 "keywords": [
15 "xml",
16 "stream",
17 "parse",
18 "huge files"
19 ],
20 "author": "Matthew Larson <matthewmatician@gmail.com>",
21 "license": "BSD",
22 "bugs": {
23 "url": "https://github.com/matthewmatician/xml-flow/issues"
24 },
25 "homepage": "https://github.com/matthewmatician/xml-flow",
26 "dependencies": {
27 "sax": "^0.6.1"
28 },
29 "devDependencies": {
30 "chai": "*",
31 "coveralls": "*",
32 "istanbul": "*",
33 "mocha": "2.2.1"
34 }
35}